Runtime expressions matched via Regex expressions are not properly unescaped #179
Labels
app: runner
Concerns the Runner
priority: high
Indicates a high priority issue
type: bug
Something isn't working
weight: 2
An issue with a low development impact
Milestone
What happened:
Runtime expressions matched via Regex expressions are not properly unescaped.
As a matter of fact, when doing Regex-based processing of JSON to extract runtime expressions, results are not unescaped, resulting in a bad format exception in
jq
.What you expected to happen:
Runtime expression to be properly unescaped.
How to reproduce it:
Use a runtime expression with escaped quotes as arguments of an OpenAPI operation, such as:
The text was updated successfully, but these errors were encountered: