liquid-rust
liquid-rust copied to clipboard
Strip preceding / trailing spaces on tags that evaluate to blanks?
Example test case:
assert_template_result!("", wrap(" {% comment %} whatever {% endcomment %} "),);
This seems strange. We need to dig in further to understand under what situations the stripping happens