liquid-rust icon indicating copy to clipboard operation
liquid-rust copied to clipboard

Strip preceding / trailing spaces on tags that evaluate to blanks?

Open epage opened this issue 6 years ago • 0 comments

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

epage avatar Nov 30 '18 23:11 epage