google / escapevelocity

A subset reimplementation of Apache Velocity with a much simpler API.
Apache License 2.0
33 stars 11 forks source link

Fix the handling of whitespace before `#set` directives. #17

Closed copybara-service[bot] closed 3 years ago

copybara-service[bot] commented 3 years ago

Fix the handling of whitespace before #set directives.

Reverse engineering suggests that the rules are these:

RELNOTES=The handling of whitespace before #set is now closer to (and perhaps identical to) Velocity's.