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

Properly escape the dot character in regexp #4608

Merged
merged 1 commit into from
Jun 14, 2018

Conversation

fatfisz
Copy link
Contributor

@fatfisz fatfisz commented Jun 14, 2018

A follow-up to #4604: the dot in the regexp was not escaped as intended. By default * matches greedily, so the results are the same, but the new regexp should be more clear. Sorry for the mistake.

@timneutkens timneutkens merged commit 8889430 into vercel:canary Jun 14, 2018
lependu pushed a commit to lependu/next.js that referenced this pull request Jun 19, 2018
A follow-up to vercel#4604: the dot in the regexp was not escaped as intended. By default `*` matches greedily, so the results are the same, but the new regexp should be more clear. Sorry for the mistake.
@lock lock bot locked as resolved and limited conversation to collaborators Jun 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants