google / escapevelocity

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

Add support for string concatenation with `+`. #30

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Add support for string concatenation with +.

This isn't strictly necessary, since we already support string interpolation. But Velocity supports + so this will help porting to EscapeVelocity when templates use +.

RELNOTES=String concatenation with + is now supported. (String interpolation was already supported.)