Skip to content

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