Adding the string "value" to a multi-step string variable causes command-runner error "Failed to find matching input"

multitest.zip.txt

testRunOutputError.txt


See attached .ind and test files. Here's the command I'm running:


command-runner.sh test run --verbose multitest.ind


The attached script has this line:


writeDynamicVariable("varOne", "******** string value for varOne")


If I remove the word "value" from the dynamic string value, the script runs fine. As it is, I get the attached error text.

Sorry, mistake: forgot to update input.json. *sigh*


Please ignore...