You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test case
Instance: development
Tenant: Regression Tests
Flow: WcgReplace
Replacing the regex \<Aggregated\>|\<\/Aggregated\> with ErikTest_${header.eriktest} leads do this error in version 15: java.lang.IllegalArgumentException: named capturing group is missing trailing '}'
If you replace with ${header.eriktest} it works as expected (version 16).
Same example is on acceptance, same tenant and flow name.
Test case
Instance: development
Tenant: Regression Tests
Flow: WcgReplace
Replacing the regex
\<Aggregated\>|\<\/Aggregated\>
withErikTest_${header.eriktest}
leads do this error in version 15: java.lang.IllegalArgumentException: named capturing group is missing trailing '}'If you replace with
${header.eriktest}
it works as expected (version 16).Same example is on acceptance, same tenant and flow name.
WCG: https://dovetailworld.atlassian.net/browse/DOV-2171
The text was updated successfully, but these errors were encountered: