-
-
Notifications
You must be signed in to change notification settings - Fork 35.5k
Expand file tree
/
Copy pathurlpattern.json
More file actions
25 lines (25 loc) · 768 Bytes
/
urlpattern.json
File metadata and controls
25 lines (25 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"resources/urlpattern-compare-tests.tentative.js": {
"skip": "compareComponent function is not yet included in the URLPattern spec"
},
"urlpattern-compare.tentative.any.js": {
"skip": "compareComponent function is not yet included in the URLPattern spec"
},
"urlpattern-compare.tentative.https.any.js": {
"skip": "compareComponent function is not yet included in the URLPattern spec"
},
"urlpattern.any.js": {
"fail": {
"expected": [
"Pattern: [\"https://{sub.}?example{.com/}foo\"] Inputs: [\"https://example.com/foo\"]"
]
}
},
"urlpattern.https.any.js": {
"fail": {
"expected": [
"Pattern: [\"https://{sub.}?example{.com/}foo\"] Inputs: [\"https://example.com/foo\"]"
]
}
}
}