-
Notifications
You must be signed in to change notification settings - Fork 18
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(URLPattern): Handle search regex correctly in URLPattern #50
Conversation
this does not seem to be complying to the specification. however, I took a bit of a deeper look and one issue is we cannot update the testdata since its blocked on #35 |
What is the specification that this change '#50' does not comply with? This change '#50' does not change any tests; instead, it just updates the search field's regex to match any pattern when it has a default pattern of "no pattern." |
@yazan-abdalrahman the specification is https://urlpattern.spec.whatwg.org. |
@crowlKats
and this code it matches with specifications
|
|
Apologies about the delay @yazan-abdalrahman, was going through the backlog of urlpattern related PRs and issues. This was inadvertently fixed in #44 correctly, so will close this PR. |
No description provided.