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.