Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d890a0f

Browse files
committed
Add ui test for filter recursion
1 parent 078d631 commit d890a0f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

testing/tests/ui/filter-recursion.rs

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
use askama::Template;
2+
3+
#[derive(Template)]
4+
#[template(path = "filter-recursion.txt")]
5+
struct Filtered {
6+
s: &'static str,
7+
}

testing/tests/ui/filter-recursion.txt

+1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)