Skip to content

Commit

Permalink
fix urlpatterntestdata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Dec 31, 2024
1 parent 3b51a9d commit d5b8cfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/wpt/urlpatterntestdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,6 @@
},
{
"pattern": [{ "protocol": "http", "port": "100000" }],
"inputs": [{ "protocol": "http", "port": "100000" }],
"expected_obj": "error"
},
{
Expand Down Expand Up @@ -2370,6 +2369,7 @@
},
{
"pattern": [{ "hostname": "bad#hostname" }],
"inputs": [{ "hostname": "bad" }],
"expected_match": {
"hostname": { "input": "bad", "groups": {} }
}
Expand All @@ -2380,6 +2380,7 @@
},
{
"pattern": [{ "hostname": "bad/hostname" }],
"inputs": [{ "hostname": "bad" }],
"expected_match": {
"hostname": { "input": "bad", "groups": {} }
}
Expand Down

0 comments on commit d5b8cfc

Please sign in to comment.