Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.5
-
None
-
None
Description
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.
Attachments
Issue Links
- is part of
-
VELOCITY-537 Multi-line comments causing ParseException in macros in Velocity engine 1.5
- Resolved