You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by bu...@apache.org on 2004/07/13 07:38:41 UTC

DO NOT REPLY [Bug 30064] New: - Parsing of braces after a reference fails

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30064>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30064

Parsing of braces after a reference fails

           Summary: Parsing of braces after a reference fails
           Product: Velocity
           Version: 1.4
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Source
        AssignedTo: velocity-dev@jakarta.apache.org
        ReportedBy: impriha@surfeu.fi


Parsing of braces '{}' after a reference fails in all cases:
$foo{bar}
produces
$foo{

\$foo{bar}
produces
\$foo{

#set ($foo = 'foo')
$foo{bar}
produces
foo{

\$foo{bar}
produces
$foo{

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org