-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
The JSON code (JPP_0505)
{
"param1" : "value :,: 1",
"param2" : "value :,: 2",
//
"val1" : "The values are: '${param1}' and: '${param2}', and so on",
"val2" : ${val1},
"val3" : ":'${val1}'::,::'${val2}':"
}
causes the following error message:
'Invalid nested parameter format: '${param1}' and'
At first: The error message seems to be incomplete.
At second: The format is not invalid. The goal of this test case is to check, if JSON syntax elements like colon and comma inside strings have any negative impact.
Expected is: no impact. Colon and comma should be allowed in strings.
Metadata
Metadata
Assignees
Labels
Projects
Status
Done