We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee84ad2 commit ece2f8cCopy full SHA for ece2f8c
url/resources/urltestdata.json
@@ -734,6 +734,36 @@
734
"search": "",
735
"hash": ""
736
},
737
+ {
738
+ "input": "http://a:b@c\\",
739
+ "base": null,
740
+ "href": "http://a:b@c/",
741
+ "origin": "http://c",
742
+ "protocol": "http:",
743
+ "username": "a",
744
+ "password": "b",
745
+ "host": "c",
746
+ "hostname": "c",
747
+ "port": "",
748
+ "pathname": "/",
749
+ "search": "",
750
+ "hash": ""
751
+ },
752
753
+ "input": "ws://a@b\\c",
754
755
+ "href": "ws://a@b/c",
756
+ "origin": "ws://b",
757
+ "protocol": "ws:",
758
759
+ "password": "",
760
+ "host": "b",
761
+ "hostname": "b",
762
763
+ "pathname": "/c",
764
765
766
767
{
768
"input": "foo:/",
769
"base": "http://example.org/foo/bar",
0 commit comments