liquid-rust
liquid-rust copied to clipboard
Support quoted identifiers in key places
Example test:
assert_template_result!(
r#"test string"#,
r#"{% capture 'var' %}test string{% endcapture %}{{var}}"#,
);