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 the `#break` directive. #41

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Add support for the #break directive.

Unlike Velocity, we only support plain #break and #break($foreach), not more exotic forms such as #break($foreach.parent).

RELNOTES=The #break directive is now supported, though #break($foreach.parent) is not.