You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evaluate the expression $a with a context {"$a": 1}
Verify that the expression is evaluated successfully
Expected behavior
The $ sign should not be a valid start of a variable name. As a result, an expression should not evaluate successfully (i.e. should not parse successfully) if it contains a variable name that starts with a $ sign.
Environment
FEEL engine version: 1.15
Affects:
Camunda Automation Platform 7: [7.x]
Zeebe broker: [0.x]
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, a variable name can start with a
$
sign. According to the spec,$
is not a valid start of a variable name.Related to bpmn-io/feel-editor#28.
To Reproduce
Steps to reproduce the behavior:
$a
with a context{"$a": 1}
Expected behavior
The
$
sign should not be a valid start of a variable name. As a result, an expression should not evaluate successfully (i.e. should not parse successfully) if it contains a variable name that starts with a$
sign.Environment
1.15
The text was updated successfully, but these errors were encountered: