Skip to content

Commit

Permalink
test(parser): Show error reporting bug
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 1, 2024
1 parent 019f564 commit 6b7d999
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/errors.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#[test]
#[should_panic]
fn test_fuzz() {
let _ = liquid::ParserBuilder::with_stdlib()
.build()
.unwrap()
.parse("˄{%");
}

0 comments on commit 6b7d999

Please sign in to comment.