Closed ezrast closed 4 years ago
Escaped backslashes in string literals currently get swallowed:
pp! Crinja.render <<-'JINJA' {% set foo="\\" %}{{ foo }} JINJA # => ""
Could you also add a spec for this? Should probably go into expression_parser_spec.
expression_parser_spec
@straight-shoota Done.
Thank you :heart:
Escaped backslashes in string literals currently get swallowed: