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 issue #280 #281

Merged
merged 4 commits into from
May 15, 2022
Merged

Fix issue #280 #281

merged 4 commits into from
May 15, 2022

Conversation

subhero24
Copy link
Contributor

No description provided.

Copy link
Collaborator

@ivan-tymoshenko ivan-tymoshenko left a comment

Choose a reason for hiding this comment

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

LGTM

test/issue-280.test.js Outdated Show resolved Hide resolved
@ivan-tymoshenko
Copy link
Collaborator

Can you add one more test where after regexp parametric note it matches parametric route?

  findMyWay.on('GET', '/:a(a)', () => {})
  findMyWay.on('GET', '/:a/static', () => {})
  findMyWay.on('GET', '/*', () => {})
  
  findMyWay.find('GET', '/b/static', {})

subhero24 and others added 2 commits May 13, 2022 10:16
Co-authored-by: Ivan Tymoshenko <[email protected]>
Co-authored-by: Ivan Tymoshenko <[email protected]>
Co-authored-by: Ivan Tymoshenko <[email protected]>
@ivan-tymoshenko ivan-tymoshenko linked an issue May 13, 2022 that may be closed by this pull request
@mcollina
Copy link
Collaborator

@ivan-tymoshenko could you take a look?

@ivan-tymoshenko
Copy link
Collaborator

still LGTM

@mcollina mcollina merged commit 455e3ba into delvedor:main May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regex issue with other wildcard routes
3 participants