mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-26 20:40:39 +00:00
Remove unwanted print = "ast"
forgotten in tests
This commit is contained in:
parent
129c3549d4
commit
04e9241e4f
@ -30,11 +30,7 @@ fn test_macro_in_block_inheritance() {
|
||||
#[test]
|
||||
fn test_comment_before_extend() {
|
||||
#[derive(Template)]
|
||||
#[template(
|
||||
source = r##"{# comment #}{% extends "base.html" %}"##,
|
||||
ext = "txt",
|
||||
print = "ast"
|
||||
)]
|
||||
#[template(source = r##"{# comment #}{% extends "base.html" %}"##, ext = "txt")]
|
||||
pub struct X {
|
||||
title: &'static str,
|
||||
}
|
||||
|
@ -6,7 +6,6 @@ use askama::Template;
|
||||
{% extends "base.html" %}
|
||||
"##,
|
||||
ext = "txt",
|
||||
print = "ast"
|
||||
)]
|
||||
pub struct X;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user