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)" <ji...@apache.org> on 2005/09/19 00:30:54 UTC

[jira] Updated: (VELOCITY-280) Parsing of braces after a reference fails

     [ http://issues.apache.org/jira/browse/VELOCITY-280?page=all ]

Will Glass-Husain updated VELOCITY-280:
---------------------------------------

    Bugzilla Id:   (was: 30064)
    Fix Version: 1.5
    Description: 
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{

  was:
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{

    Environment: 
Operating System: Windows XP
Platform: All

  was:
Operating System: Windows XP
Platform: All

      Assign To:     (was: Velocity-Dev List)
       Priority: Minor  (was: Major)

Possibly this is related to Velocity-264?
We should fix this for v1.5.

> Parsing of braces after a reference fails
> -----------------------------------------
>
>          Key: VELOCITY-280
>          URL: http://issues.apache.org/jira/browse/VELOCITY-280
>      Project: Velocity
>         Type: Bug
>   Components: Source
>     Versions: 1.4
>  Environment: Operating System: Windows XP
> Platform: All
>     Reporter: Ilkka Priha
>     Priority: Minor
>      Fix For: 1.5

>
> 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{

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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