-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Milestone
Description
With the following expression the value of a list element shall be changed. But by mistake the key 'B' 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: cannot mix bytes and nonbytes literals (<string>, line 1)'
What does this mean?
Expected is a syntax error.
Metadata
Metadata
Assignees
Projects
Status
Done