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

Henri Biestro closed JEXL-349.
------------------------------

> Script valid in 3.0 no longer valid
> -----------------------------------
>
>                 Key: JEXL-349
>                 URL: https://issues.apache.org/jira/browse/JEXL-349
>             Project: Commons JEXL
>          Issue Type: Bug
>            Reporter: Cameron Samak
>            Assignee: Henri Biestro
>            Priority: Minor
>             Fix For: 3.2
>
>
> {code:java}
> String text = "(A ? B.C : D)";
> JexlExpression expr = engine.createExpression(text); // works at HEAD
> JexlExpression script = engine.createScript(text); // does not work
> {code}
> Both lines above work in 3.0



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

Reply via email to