test-fullautomation / python-jsonpreprocessor

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

One `$` character too much #190

Closed HolQue closed 3 months ago

HolQue commented 5 months ago

The code

${dictparam}[${iamnotexisting}] : "X"

causes

Error: 'The variable '$${iamnotexisting}' is not available!'!

In this error message there is one $ character too much.

namsonx commented 3 months ago

Hello Holger,

This issue was solved on stabi branch.

Thank you, Son

HolQue commented 3 months ago

Retest successful. Issue can be closed.