| 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/84b75f0880/urlpattern | ||
| 32 | + - urlpattern: https://github.com/web-platform-tests/wpt/tree/cff1ac1123/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 | |
|---|---|---|---|
@@ -2991,5 +2991,47 @@ | |||
| 2991 | 2991 | "pattern": [{ "pathname": "/([\\d&&[0-1]])" }], | |
| 2992 | 2992 | "inputs": [{ "pathname": "/3" }], | |
| 2993 | 2993 | "expected_match": null | |
| 2994 | + }, | ||
| 2995 | + { | ||
| 2996 | + "pattern": [{ "protocol": "http", "hostname": "example.com/ignoredpath" }], | ||
| 2997 | + "inputs": ["http://example.com/"], | ||
| 2998 | + "expected_obj": { | ||
| 2999 | + "protocol": "http", | ||
| 3000 | + "hostname": "example.com", | ||
| 3001 | + "pathname": "*" | ||
| 3002 | + }, | ||
| 3003 | + "expected_match": { | ||
| 3004 | + "protocol": { "input": "http", "groups": {} }, | ||
| 3005 | + "hostname": { "input": "example.com", "groups": {} }, | ||
| 3006 | + "pathname": { "input": "/", "groups": { "0": "/" } } | ||
| 3007 | + } | ||
| 3008 | + }, | ||
| 3009 | + { | ||
| 3010 | + "pattern": [{ "protocol": "http", "hostname": "example.com\\?ignoredsearch" }], | ||
| 3011 | + "inputs": ["http://example.com/"], | ||
| 3012 | + "expected_obj": { | ||
| 3013 | + "protocol": "http", | ||
| 3014 | + "hostname": "example.com", | ||
| 3015 | + "search": "*" | ||
| 3016 | + }, | ||
| 3017 | + "expected_match": { | ||
| 3018 | + "protocol": { "input": "http", "groups": {} }, | ||
| 3019 | + "hostname": { "input": "example.com", "groups": {} }, | ||
| 3020 | + "pathname": { "input": "/", "groups": { "0": "/" } } | ||
| 3021 | + } | ||
| 3022 | + }, | ||
| 3023 | + { | ||
| 3024 | + "pattern": [{ "protocol": "http", "hostname": "example.com#ignoredhash" }], | ||
| 3025 | + "inputs": ["http://example.com/"], | ||
| 3026 | + "expected_obj": { | ||
| 3027 | + "protocol": "http", | ||
| 3028 | + "hostname": "example.com", | ||
| 3029 | + "hash": "*" | ||
| 3030 | + }, | ||
| 3031 | + "expected_match": { | ||
| 3032 | + "protocol": { "input": "http", "groups": {} }, | ||
| 3033 | + "hostname": { "input": "example.com", "groups": {} }, | ||
| 3034 | + "pathname": { "input": "/", "groups": { "0": "/" } } | ||
| 3035 | + } | ||
| 2994 | 3036 | } | |
| 2995 | 3037 | ] | |
| 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": "84b75f08801c8cfe407c25614c49132075b8afab", | ||
| 79 | + "commit": "cff1ac112375b8089fe9f6bf434f602cf7ef98be", | ||
| 80 | 80 | "path": "urlpattern" | |
| 81 | 81 | }, | |
| 82 | 82 | "user-timing": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments