Skip to content

Error messages (29) #327

@HolQue

Description

@HolQue

Previously this code

{
   "keyP"   : "A",
   "newparam" : ${keyP}[${keyP}]
}

caused newparam to have string value 'A['A']'.

With latest changes of the JsonPreprocessor this changes to newparam having string value 'A'.

Both is wrong. The correct error message would be

TypeError: string indices must be integers

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions