| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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/6a2f322376/resources | |
| 30 | 30 | - streams: https://github.com/web-platform-tests/wpt/tree/f8f26a372f/streams | |
| 31 | 31 | - url: https://github.com/web-platform-tests/wpt/tree/e4a4672e9e/url | |
| 32 | - - urlpattern: https://github.com/web-platform-tests/wpt/tree/2f28df545c/urlpattern | ||
| 32 | + - urlpattern: https://github.com/web-platform-tests/wpt/tree/23aac92784/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 | |
|---|---|---|---|
@@ -1266,6 +1266,22 @@ | |||
| 1266 | 1266 | }, | |
| 1267 | 1267 | "expected_match": null | |
| 1268 | 1268 | }, | |
| 1269 | + { | ||
| 1270 | + "pattern": [{ "protocol": "https", "port": "443*" }], | ||
| 1271 | + "inputs": [{ "protocol": "https", "port": "4430" }], | ||
| 1272 | + "expected_match": { | ||
| 1273 | + "protocol": { "input": "https", "groups": {} }, | ||
| 1274 | + "port": { "input": "4430", "groups": { "0": "0" }} | ||
| 1275 | + } | ||
| 1276 | + }, | ||
| 1277 | + { | ||
| 1278 | + "pattern": [{ "protocol": "https", "port": "*443" }], | ||
| 1279 | + "inputs": [{ "protocol": "https", "port": "1443" }], | ||
| 1280 | + "expected_match": { | ||
| 1281 | + "protocol": { "input": "https", "groups": {} }, | ||
| 1282 | + "port": { "input": "1443", "groups": { "0": "1" }} | ||
| 1283 | + } | ||
| 1284 | + }, | ||
| 1269 | 1285 | { | |
| 1270 | 1286 | "pattern": [{ "pathname": "/foo/bar" }], | |
| 1271 | 1287 | "inputs": [{ "pathname": "/foo/./bar" }], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -76,7 +76,7 @@ | |||
| 76 | 76 | "path": "url" | |
| 77 | 77 | }, | |
| 78 | 78 | "urlpattern": { | |
| 79 | - "commit": "2f28df545cb4f16c99249b3db05c75495afeaaee", | ||
| 79 | + "commit": "23aac9278460a73394585ff5a15b6a04dfcd5ec8", | ||
| 80 | 80 | "path": "urlpattern" | |
| 81 | 81 | }, | |
| 82 | 82 | "user-timing": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments