| 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/1d2c5fb36a/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/9504a83e01/url | |
| 32 | - - urlpattern: https://github.com/web-platform-tests/wpt/tree/aed1f3d244/urlpattern | ||
| 32 | + - urlpattern: https://github.com/web-platform-tests/wpt/tree/a2e15ad405/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 | |
|---|---|---|---|
@@ -3108,5 +3108,15 @@ | |||
| 3108 | 3108 | "hostname": { "input": "www.example.com", "groups": {} }, | |
| 3109 | 3109 | "pathname": { "input": "/path/with/x", "groups": { "0": "path/with/x" } } | |
| 3110 | 3110 | } | |
| 3111 | + }, | ||
| 3112 | + { | ||
| 3113 | + "pattern": [{ "hostname": ":domain(.*)" }], | ||
| 3114 | + "inputs": [{ "hostname": "localhost" }], | ||
| 3115 | + "expected_obj": { | ||
| 3116 | + "hostname": ":domain(.*)" | ||
| 3117 | + }, | ||
| 3118 | + "expected_match": { | ||
| 3119 | + "hostname": { "input": "localhost", "groups": { "domain" : "localhost"} } | ||
| 3120 | + } | ||
| 3111 | 3121 | } | |
| 3112 | 3122 | ] | |
| 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": "aed1f3d244c589317f0b6bcb84867f11bfd9353c", | ||
| 79 | + "commit": "a2e15ad40518c30c4e7f649584dbda699a40d531", | ||
| 80 | 80 | "path": "urlpattern" | |
| 81 | 81 | }, | |
| 82 | 82 | "user-timing": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments