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

Slight dangerfile tweak #3001

Merged
merged 1 commit into from
Feb 25, 2017
Merged

Slight dangerfile tweak #3001

merged 1 commit into from
Feb 25, 2017

Conversation

quantizor
Copy link
Contributor

I tested the regex thoroughly, so I think it's just a matter of usage. Regex.test() has some weird semantics if its run over the same string twice... so switched to match() instead.

This is an extracted commit from #2704

I tested the regex thoroughly, so I think it's just a matter of
usage. Regex.test() has some weird semantics if its run over the
same string twice... so switched to match() instead.
@cpojer cpojer merged commit 445663b into jestjs:master Feb 25, 2017
@quantizor quantizor deleted the dangerfile branch February 25, 2017 17:11
skovhus pushed a commit to skovhus/jest that referenced this pull request Apr 29, 2017
I tested the regex thoroughly, so I think it's just a matter of
usage. Regex.test() has some weird semantics if its run over the
same string twice... so switched to match() instead.
tushardhole pushed a commit to tushardhole/jest that referenced this pull request Aug 21, 2017
I tested the regex thoroughly, so I think it's just a matter of
usage. Regex.test() has some weird semantics if its run over the
same string twice... so switched to match() instead.
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants