Azure / InnovationEngine

An experiment in simplicity for complex environments
MIT License
30 stars 14 forks source link

fix(scenarios): Fix the regex that locates variables to override #202

Closed vmarcella closed 2 weeks ago

vmarcella commented 2 weeks ago

This PR updates the regex used to find exported variables in a scenario that have more complex declarations (I.E. variables that get values from sub-shells, variables that are defined on the same line as another, etc). This PR fixes #199 and tests have been added to ensure that this issue doesn't arise again.