-
Notifications
You must be signed in to change notification settings - Fork 2
Description
With the following expression the value of a list element shall be changed. But by mistake the key '026' contains an additional minus character:
${params}[1]['B'][0]['J'][-'026'][1]['028'][0] : "0290",
This line is placed outside "params".
Result:
'Could not set parameter '${params}[1]['B'][0]['J'][-'026'][1]['028'][0]' with value '0290'! Reason: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers (<string>, line 1)'
Expected is a syntax error.
Similar error with additional minus character between index 1 and key '028':
${params}[1]['B'][0]['J']['026'][1]-['028'][0] : "0290",
'Could not set root key element '{'028': '! Reason: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers (<string>, line 1)'
Metadata
Metadata
Assignees
Labels
Projects
Status