Multi line comments simply don't work inside a macro
----------------------------------------------------
Key: VELOCITY-580
URL: https://issues.apache.org/jira/browse/VELOCITY-580
Project: Velocity
Issue Type: Bug
Components: Engine
Affects Versions: 1.5
Reporter: BoD
This very simple macro:
#macro(tabSection_begin $sectionTitle)
a
#*
test
*#
b
#end
produces :
a *# b
(notice the presence of the end of comment "*#" in the result !)
This worked as intended in 1.3.1.
--
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]