File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Last update:
29
29
- resources: https://github.com/web-platform-tests/wpt/tree/1e140d63ec/resources
30
30
- streams: https://github.com/web-platform-tests/wpt/tree/bc9dcbbf1a/streams
31
31
- url: https://github.com/web-platform-tests/wpt/tree/d86fcc9e87/url
32
- - urlpattern: https://github.com/web-platform-tests/wpt/tree/6ceca69d26 /urlpattern
32
+ - urlpattern: https://github.com/web-platform-tests/wpt/tree/a8c62524f6 /urlpattern
33
33
- user-timing: https://github.com/web-platform-tests/wpt/tree/5ae85bf826/user-timing
34
34
- wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi
35
35
- wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi
Original file line number Diff line number Diff line change 1202
1202
{
1203
1203
"pattern" : [{ "protocol" : " http" , "port" : " 80 " }],
1204
1204
"inputs" : [{ "protocol" : " http" , "port" : " 80" }],
1205
- "exactly_empty_components" : [" port" ],
1206
- "expected_match" : {
1207
- "protocol" : { "input" : " http" , "groups" : {} }
1208
- }
1205
+ "expected_obj" : {
1206
+ "protocol" : " http" ,
1207
+ "port" : " 80"
1208
+ },
1209
+ "expected_match" : null
1209
1210
},
1210
1211
{
1211
1212
"pattern" : [{ "protocol" : " http" , "port" : " 100000" }],
1874
1875
{
1875
1876
"pattern" : [ " https://{sub.}?example{.com/}foo" ],
1876
1877
"inputs" : [ " https://example.com/foo" ],
1877
- "expected_obj" : " error"
1878
+ "exactly_empty_components" : [ " port" ],
1879
+ "expected_obj" : {
1880
+ "protocol" : " https" ,
1881
+ "hostname" : " {sub.}?example.com" ,
1882
+ "pathname" : " *"
1883
+ },
1884
+ "expected_match" : {
1885
+ "protocol" : { "input" : " https" , "groups" : {} },
1886
+ "hostname" : { "input" : " example.com" , "groups" : {} },
1887
+ "pathname" : { "input" : " /foo" , "groups" : { "0" : " /foo" } }
1888
+ }
1878
1889
},
1879
1890
{
1880
1891
"pattern" : [ " {https://}example.com/foo" ],
Original file line number Diff line number Diff line change 76
76
"path" : " url"
77
77
},
78
78
"urlpattern" : {
79
- "commit" : " 6ceca69d26b8ecde9952d6633c17694e03a086f7 " ,
79
+ "commit" : " a8c62524f649ca5fa69e0f7411f16955edadb851 " ,
80
80
"path" : " urlpattern"
81
81
},
82
82
"user-timing" : {
You can’t perform that action at this time.
0 commit comments