Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1
-
None
Description
WHAT:
During parsing, if a JexlException.Ambiguous exception is raised, the location information (JexlInfo) points to the last token before the ambiguity.
HOW:
When detecting a parsing ambiguity, use the next parsed token as location information.