You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Thomas Mortagne (Jira)" <ji...@apache.org> on 2019/12/10 09:36:00 UTC

[jira] [Created] (VELOCITY-923) New syntax error when || follow a Velocity expression

Thomas Mortagne created VELOCITY-923:
----------------------------------------

             Summary: New syntax error when || follow a Velocity expression
                 Key: VELOCITY-923
                 URL: https://issues.apache.org/jira/browse/VELOCITY-923
             Project: Velocity
          Issue Type: Bug
    Affects Versions: 2.2
            Reporter: Thomas Mortagne


The following fail in Velocity 2.2-SNAPSHOT:

{code}
$var||
{code}

but works fine in 1.7.

The workarounds is to put the expression inside {} (as in ${var})

Since || is a wiki syntax in our case it's not rare to see table cells containing a Velocity variable (without any {} protection since it was working well in 1.7).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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