mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Create a parser for URLPatterns (#36382)
This change implements the pattern parser, completing the "parsing pipeline" for URL patterns. Testing: Primarily `urlpattern/urlpattern-hasregexpgroups.any.js`, some other subtests start to pass too. --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
2b63e60e8f
commit
8f1c23692e
4 changed files with 449 additions and 243 deletions
|
@ -1,12 +1,6 @@
|
|||
[urlpattern-hasregexpgroups.any.worker.html]
|
||||
[urlpattern-hasregexpgroups]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[urlpattern-hasregexpgroups.any.html]
|
||||
[urlpattern-hasregexpgroups]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[urlpattern-hasregexpgroups.any.serviceworker.html]
|
||||
expected: ERROR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue