Skip to content

Invalid error message #163

@HolQue

Description

@HolQue

The JSON code

"teststring" : "eins",
"${teststring}___${teststring}" : "zwei"

causes:

'Setting value 'zwei' for parameter 'str(eins)___str(eins)' is not permissible when substituting parameters of composite data types in dictionary key names!'

But expected is:

{'eins___eins': 'zwei', 'teststring': 'eins'}

Metadata

Metadata

Assignees

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions