Skip to content

Commit

Permalink
Add ui test for filter recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Mar 7, 2024
1 parent 078d631 commit d890a0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions testing/tests/ui/filter-recursion.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
use askama::Template;

#[derive(Template)]
#[template(path = "filter-recursion.txt")]
struct Filtered {
s: &'static str,
}
1 change: 1 addition & 0 deletions testing/tests/ui/filter-recursion.txt

Large diffs are not rendered by default.

0 comments on commit d890a0f

Please sign in to comment.