test-fullautomation / python-jsonpreprocessor

A preprocessor for json files
Apache License 2.0
2 stars 2 forks source link

Error message (2) #232

Closed HolQue closed 1 month ago

HolQue commented 3 months ago

In a previous version of the JsonPreprocessor, this code

${testdict1.subKey1.subKey2.subKey3.subKey4} : 1,
${testdict1.subKey1.subKey2.subKey3} : {"subKey4" : 2},
"testdict2" : ${testdict1},
"param1" : "subKey1",
"param2" : "subKey2",
"param3" : "subKey3",
"param4" : "subKey4",
${testdict1}[${param1}]['${param2}']['subKey3'][${param4}] : 3,
${testdict2.${param1}.subKey2.${param3}.subKey4} : 4,
${testdict2.subKey1.${param2}.subKey3.${param4}} : 5,
"param5" : ${testdict1}[${param1}]['${param2}']['subKey3'][${param4}],
"param6" : ${testdict2.${param1}.subKey2.${param3}.subKey4}

caused valid values.

In current version this changed to:

Expecting value: line 13 column 15 (char 522)'

Why this? All things were fine previously.

HolQue commented 2 months ago

Retest successful. Issue can be closed.

test-fullautomation commented 1 month ago

integrated in RobotFramework AIO 0.11.0