liquid 0.21.1

The liquid templating language for Rust
Documentation
1
2
3
4
#[test]
fn test_unexpected_end_tag() {
    assert_parse_error!(r#"{% if true %}{% endunless %}"#);
}