mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 15:25:19 +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]
|
#[test]
|
||||||
fn test_comment_before_extend() {
|
fn test_comment_before_extend() {
|
||||||
#[derive(Template)]
|
#[derive(Template)]
|
||||||
#[template(
|
#[template(source = r##"{# comment #}{% extends "base.html" %}"##, ext = "txt")]
|
||||||
source = r##"{# comment #}{% extends "base.html" %}"##,
|
|
||||||
ext = "txt",
|
|
||||||
print = "ast"
|
|
||||||
)]
|
|
||||||
pub struct X {
|
pub struct X {
|
||||||
title: &'static str,
|
title: &'static str,
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,6 @@ use askama::Template;
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
"##,
|
"##,
|
||||||
ext = "txt",
|
ext = "txt",
|
||||||
print = "ast"
|
|
||||||
)]
|
)]
|
||||||
pub struct X;
|
pub struct X;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user