google / escapevelocity

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

Ignore unrecognized `#directives` rather than throwing an exception. #33

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Ignore unrecognized #directives rather than throwing an exception.

This is consistent with Velocity, and convenient when templates include URLs with #anchors.

RELNOTES=An unrecognized #directive is now ignored rather than causing an exception.