Skip to content

Commit

Permalink
Merge 25a05e1 into 8f953c7
Browse files Browse the repository at this point in the history
  • Loading branch information
watilde committed Feb 8, 2017
2 parents 8f953c7 + 25a05e1 commit 81bc17b
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions url/urltestdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5411,5 +5411,62 @@
"input": "non-special://[:80/",
"base": "about:blank",
"failure": true
},
"# file URLs with repeated slsashes by Daijirō Wachi",
{
"input": "file:////////",
"base": "about:blank",
"href": "file:///",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "",
"search": "",
"hash": ""
},
{
"input": "file:\\\\\\\\",
"base": "about:blank",
"href": "file:///",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "",
"search": "",
"hash": ""
},
{
"input": "file:////\\\\",
"base": "about:blank",
"href": "file:///",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "",
"search": "",
"hash": ""
},
{
"input": "file:////////foo/bar",
"base": "about:blank",
"href": "file:///foo/bar",
"protocol": "file:",
"username": "",
"password": "",
"host": "",
"hostname": "",
"port": "",
"pathname": "/foo/bar",
"search": "",
"hash": ""
}
]

0 comments on commit 81bc17b

Please sign in to comment.