Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
1.6
-
None
-
None
Description
Escaping a macro behaves differently if the macro is forward referenced. for example the following:
#macro(foo)bar#end
#foo
gives result:
#foo
However this:
#foo
#macro(foo)bar#end
gives result:
#foo
Attachments
Issue Links
- relates to
-
VELOCITY-454 clean up escaping to always escape \$ and \#
- Closed