You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Éamonn McManus (Jira)" <ji...@apache.org> on 2023/01/03 19:26:00 UTC

[jira] [Created] (VELOCITY-961) Parsing regression in Velocity 2.3

Éamonn McManus created VELOCITY-961:
---------------------------------------

             Summary: Parsing regression in Velocity 2.3
                 Key: VELOCITY-961
                 URL: https://issues.apache.org/jira/browse/VELOCITY-961
             Project: Velocity
          Issue Type: Bug
          Components: Engine
    Affects Versions: 2.3
            Reporter: Éamonn McManus


The following template parses correctly with Velocity 1.7:
{noformat}
$child.typeName()#if($child.isRepeated())[]#end{noformat}
But with 2.3 it gets an exception:
{noformat}
org.apache.velocity.runtime.parser.TemplateParseException: Encountered "[" at velocityParsingBug[line 1, column 42]
Was expecting one of:
    "\u001c" ...
    "\u001c" ...
    "||" ...
    "|" ...
    "(" ...
    ")" ...
    <ESCAPE_DIRECTIVE> ...
    "]]#" ...
    <WHITESPACE> ...
    <NEWLINE> ...
    <SUFFIX> ...
    <STRING_LITERAL> ...
    <INTEGER_LITERAL> ...
    <FLOATING_POINT_LITERAL> ...
    <DOT> ...
    "{" ...
    "}" ...
    "\\\\" ...
    "\\" ...
    <TEXT> ...
    <INLINE_TEXT> ...
    <EMPTY_INDEX> ...
    "{" ...
    "\u001c" ...
    <WHITESPACE> ...
    <NEWLINE> ...        at org.apache.velocity.runtime.parser.StandardParser.parse(StandardParser.java:198)
        at org.apache.velocity.runtime.RuntimeInstance.parse(RuntimeInstance.java:1341){noformat}
I think the template is correct and should work with both versions.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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