Skip to content

Invalid nested parameter format (6) #137

@HolQue

Description

@HolQue

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

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions