Skip to content

Commit

Permalink
add single dot host test
Browse files Browse the repository at this point in the history
  • Loading branch information
pad01g committed Dec 7, 2022
1 parent 21b6094 commit 87ece8b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions url/resources/urltestdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3917,6 +3917,22 @@
"search": "",
"hash": ""
},
"Non-special domains with empty labels",
{
"input": "h://.",
"base": "about:blank",
"href": "h://.",
"origin": "h://.",
"protocol": "h:",
"username": "",
"password": "",
"host": ".",
"hostname": ".",
"port": "",
"pathname": "",
"search": "",
"hash": ""
},
"Broken IPv6",
{
"input": "http://[www.google.com]/",
Expand Down

1 comment on commit 87ece8b

@community-tc-integration
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh oh! Looks like an error! Details

HttpError: Invalid request.

Only 65535 characters are allowed; 474860 were supplied.

Please sign in to comment.