Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
String text = "(A ? B.C : D)"; JexlExpression expr = engine.createExpression(text); // works at HEAD JexlExpression script = engine.createScript(text); // does not work
Both lines above work in 3.0
Attachments
Issue Links
- is fixed by
-
JEXL-348 Parsing error when mixing namespaces with conditional expressions
- Closed