escapevelocity
escapevelocity copied to clipboard
A subset reimplementation of Apache Velocity with a much simpler API.
Results
2
escapevelocity issues
Sort by
recently updated
recently updated
newest added
Added a Unit Test to increase code coverage
See https://stackoverflow.com/questions/56138416/how-to-set-variable-to-array-in-velocity I am trying to do the following: ``` #set ($my = "blah") #set ($say = ["not", $my, "fault"]) ``` But I get the following error: ``` error: An...