Skip to content

Commit

Permalink
tests: Note issue for infinite recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
epage authored Dec 11, 2018
1 parent a4ccfb8 commit 1328e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conformance_ruby/tags/include_tag_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ impl liquid::compiler::Include for InfiniteFileSystem {
}

#[test]
#[should_panic]
#[should_panic] // liquid-rust#300
fn test_recursively_included_template_does_not_produce_endless_loop() {
panic!("We don't check recursion depth");
/*
Expand Down

0 comments on commit 1328e13

Please sign in to comment.