You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Will Glass-Husain (JIRA)" <de...@velocity.apache.org> on 2008/07/08 08:14:34 UTC

[jira] Resolved: (VELOCITY-580) Multi line comments simply don't work inside a macro

     [ https://issues.apache.org/jira/browse/VELOCITY-580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Will Glass-Husain resolved VELOCITY-580.
----------------------------------------

    Resolution: Fixed

applied Marnix's patch to trunk.

> 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: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org