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

fix(matcher): clear customRe after consuming buffer #680

Merged
merged 1 commit into from
Dec 27, 2020

Conversation

dneuschaefer-rube
Copy link
Contributor

Clear customRe after consuming buffer to avoid re-use for subsequent parameters.

close #679

Copy link
Member

@posva posva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect! 🙌
Thank you!

@posva posva changed the title fix(matcher): clear customRe after consuming buffer (fix #679) fix(matcher): clear customRe after consuming buffer Dec 27, 2020
@posva posva merged commit 4c0b825 into vuejs:master Dec 27, 2020
@dneuschaefer-rube dneuschaefer-rube deleted the fix-679 branch December 27, 2020 14:18
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.

Custom regex leaks to subsequent parameters without regex
2 participants