Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make scope capture substitution regex global #148

Merged
merged 2 commits into from
Mar 23, 2021

Conversation

msftrncs
Copy link
Contributor

Add the global modifier to the regex that handles scope name capture substitutions for instances where more than one substitution exists.

Fixes #147

@msftrncs
Copy link
Contributor Author

I'm still looking in to adding a test.

Add the global modifier to the regex that handles scope name capture
substitutions for instances where more than one substitution exists.

Fixes microsoft#147
Implements a test for issue microsoft#147, to insure that multiple substitutions
on a single scope specification are handled.
@msftrncs
Copy link
Contributor Author

A test has been added.

@alexdima
Copy link
Member

This is great! Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

scope name capture substitution seem to trigger only once
2 participants