We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e32b1b commit e3c46fdCopy full SHA for e3c46fd
1 file changed
url/resources/urltestdata.json
@@ -6835,6 +6835,34 @@
6835
"search": "",
6836
"hash": ""
6837
},
6838
+ {
6839
+ "input": "..",
6840
+ "base": "abc://x/y/z/C:/",
6841
+ "href": "abc://x/y/z/",
6842
+ "protocol": "abc:",
6843
+ "username": "",
6844
+ "password": "",
6845
+ "hostname": "x",
6846
+ "port": "",
6847
+ "host": "x",
6848
+ "pathname": "/y/z/",
6849
+ "search": "",
6850
+ "hash": ""
6851
+ },
6852
6853
6854
+ "base": "file://x/C:/",
6855
+ "href": "file://x/C:/",
6856
+ "protocol": "file:",
6857
6858
6859
6860
6861
6862
+ "pathname": "/C:/",
6863
6864
6865
6866
"# Do not drop the host in the presence of a drive letter",
6867
{
6868
"input": "file://example.net/C:/",
0 commit comments