Skip to content

Commit c9e2576

Browse files
committed
remove invalid WPT test
1 parent b391033 commit c9e2576

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

tests/wpt/urlpatterntestdata.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2593,16 +2593,6 @@
25932593
"pathname": { "input": "foobar", "groups": { "foo": "foo" }}
25942594
}
25952595
},
2596-
{
2597-
"pattern": [{ "pathname": "*{}**?" }],
2598-
"inputs": [{ "pathname": "foobar" }],
2599-
"expected_obj": {
2600-
"pathname": "*(.*)?"
2601-
},
2602-
"expected_match": {
2603-
"pathname": { "input": "foobar", "groups": { "0": "foobar" }}
2604-
}
2605-
},
26062596
{
26072597
"pattern": [{ "pathname": ":foo(baz)(.*)" }],
26082598
"inputs": [{ "pathname": "bazbar" }],
@@ -2808,4 +2798,4 @@
28082798
"hash": { "input": "foo", "groups": {} }
28092799
}
28102800
}
2811-
]
2801+
]

0 commit comments

Comments
 (0)