Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/fixtures/wpt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Last update:
- resources: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/resources
- streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams
- url: https://github.com/web-platform-tests/wpt/tree/efb889eb4c/url
- urlpattern: https://github.com/web-platform-tests/wpt/tree/a2e15ad405/urlpattern
- urlpattern: https://github.com/web-platform-tests/wpt/tree/a6335709a9/urlpattern
- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi
- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3118,5 +3118,13 @@
"expected_match": {
"hostname": { "input": "localhost", "groups": { "domain" : "localhost"} }
}
},
{
"pattern": ["((?R)):"],
"expected_obj": "error"
},
{
"pattern": ["(\\H):"],
"expected_obj": "error"
}
]
2 changes: 1 addition & 1 deletion test/fixtures/wpt/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"path": "url"
},
"urlpattern": {
"commit": "a2e15ad40518c30c4e7f649584dbda699a40d531",
"commit": "a6335709a9c0e50c565b7dabc066a69c0e97cbd6",
"path": "urlpattern"
},
"user-timing": {
Expand Down
Loading