Skip to content

Commit

Permalink
remove invalid test case
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Dec 24, 2024
1 parent 22103f4 commit 0eb3e3c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/wpt/urlpatterntestdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2744,13 +2744,6 @@
"pathname": { "input": "/FOO/BAR", "groups": {} }
}
},
{
"pattern": [{ "ignoreCase": true }],
"inputs": [{ "pathname": "/FOO/BAR" }],
"expected_match": {
"pathname": { "input": "/FOO/BAR", "groups": { "0": "/FOO/BAR" } }
}
},
{
"pattern": [ "https://example.com:8080/foo?bar#baz",
{ "ignoreCase": true }],
Expand Down

0 comments on commit 0eb3e3c

Please sign in to comment.