Escaping #set(foo="bar")\\$$foo broken
--------------------------------------
Key: VELOCITY-679
URL: https://issues.apache.org/jira/browse/VELOCITY-679
Project: Velocity
Issue Type: Bug
Components: Engine
Affects Versions: 1.6.1, 1.7
Reporter: Byron Foster
Priority: Trivial
Fix For: 1.7
The following VTL
#set($foo="bar")\\$$foo
results in:
\$bar
but should be:
\\$bar
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]