-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
7.13.0, 7.13.0-alpha2
-
None
-
None
Steps to reproduce
In the FEEL Scala Engine, use a single-quoted string literal in a unary test (which is not allowed by the specification), e. g. 'asdfasdf'.
Observed behavior
The following error message is shown:
failed to evaluate expression 'asdfasdf': no variable found for name 'asdfasdf'
Expected behavior
A more expressive error message is shown that the user can easier understand that a single-quoted string literal is not allowed and must be replaced by a double-quoted string literal.
This is the controller panel for Smart Panels app
- depends on
-
CAM-11184 Add support for full FEEL 1.2 feature set
- Closed