Skip to content

Commit

Permalink
remove invalid WPT test
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Jan 8, 2025
1 parent 87def0a commit 61728b2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tests/wpt/urlpatterntestdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2593,16 +2593,6 @@
"pathname": { "input": "foobar", "groups": { "foo": "foo" }}
}
},
{
"pattern": [{ "pathname": "*{}**?" }],
"inputs": [{ "pathname": "foobar" }],
"expected_obj": {
"pathname": "*(.*)?"
},
"expected_match": {
"pathname": { "input": "foobar", "groups": { "0": "foobar" }}
}
},
{
"pattern": [{ "pathname": ":foo(baz)(.*)" }],
"inputs": [{ "pathname": "bazbar" }],
Expand Down Expand Up @@ -2808,4 +2798,4 @@
"hash": { "input": "foo", "groups": {} }
}
}
]
]

0 comments on commit 61728b2

Please sign in to comment.