This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Variable placeholders are not resolved after update to 3.14.0 #3804
Labels
type: bug
bugs/ bug fixes
After #3764 if the checked string ends with a new line + space the variables are not resolved. See test below:
It might be a bit weird that the string in the workflow is generated that way, but it was actually done automatically when resolving a multiline string
Regardless, while minor, it's still a bug and i expect lots of people use multiline string for js scripts.another failed test case where the matcher doesn't match
We have also identified another js file that doesn't have a new line + space at the end, but still the regex matcher does not match any variables in it.
The text was updated successfully, but these errors were encountered: