-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
The JSON code
"par${1}am2" : "123"
causes a returned value of a parameter with invalid name:
{'parstr($){1}am2': '123'}
Expected is an "invalid parameter format" error - because a hard coded integer value between curly brackets makes no sense.
For example:
The JSON code
"par${...}am2" : "123"
(also nonsense) causes
'Invalid parameter format in line: "par${...}am2" : "123"'
that is completely fine.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done