|
3778 | 3778 | "search": "", |
3779 | 3779 | "hash": "" |
3780 | 3780 | }, |
| 3781 | + { |
| 3782 | + "input": "non-special:opaque ", |
| 3783 | + "base": null, |
| 3784 | + "href": "non-special:opaque", |
| 3785 | + "origin": "null", |
| 3786 | + "protocol": "non-special:", |
| 3787 | + "username": "", |
| 3788 | + "password": "", |
| 3789 | + "host": "", |
| 3790 | + "hostname": "", |
| 3791 | + "port": "", |
| 3792 | + "pathname": "opaque", |
| 3793 | + "search": "", |
| 3794 | + "hash": "" |
| 3795 | + }, |
| 3796 | + { |
| 3797 | + "input": "non-special:opaque ?hi", |
| 3798 | + "base": null, |
| 3799 | + "href": "non-special:opaque %20?hi", |
| 3800 | + "origin": "null", |
| 3801 | + "protocol": "non-special:", |
| 3802 | + "username": "", |
| 3803 | + "password": "", |
| 3804 | + "host": "", |
| 3805 | + "hostname": "", |
| 3806 | + "port": "", |
| 3807 | + "pathname": "opaque %20", |
| 3808 | + "search": "?hi", |
| 3809 | + "hash": "" |
| 3810 | + }, |
| 3811 | + { |
| 3812 | + "input": "non-special:opaque #hi", |
| 3813 | + "base": null, |
| 3814 | + "href": "non-special:opaque %20#hi", |
| 3815 | + "origin": "null", |
| 3816 | + "protocol": "non-special:", |
| 3817 | + "username": "", |
| 3818 | + "password": "", |
| 3819 | + "host": "", |
| 3820 | + "hostname": "", |
| 3821 | + "port": "", |
| 3822 | + "pathname": "opaque %20", |
| 3823 | + "search": "", |
| 3824 | + "hash": "#hi" |
| 3825 | + }, |
| 3826 | + { |
| 3827 | + "input": "non-special:opaque x?hi", |
| 3828 | + "base": null, |
| 3829 | + "href": "non-special:opaque x?hi", |
| 3830 | + "origin": "null", |
| 3831 | + "protocol": "non-special:", |
| 3832 | + "username": "", |
| 3833 | + "password": "", |
| 3834 | + "host": "", |
| 3835 | + "hostname": "", |
| 3836 | + "port": "", |
| 3837 | + "pathname": "opaque x", |
| 3838 | + "search": "?hi", |
| 3839 | + "hash": "" |
| 3840 | + }, |
| 3841 | + { |
| 3842 | + "input": "non-special:opaque x#hi", |
| 3843 | + "base": null, |
| 3844 | + "href": "non-special:opaque x#hi", |
| 3845 | + "origin": "null", |
| 3846 | + "protocol": "non-special:", |
| 3847 | + "username": "", |
| 3848 | + "password": "", |
| 3849 | + "host": "", |
| 3850 | + "hostname": "", |
| 3851 | + "port": "", |
| 3852 | + "pathname": "opaque x", |
| 3853 | + "search": "", |
| 3854 | + "hash": "#hi" |
| 3855 | + }, |
| 3856 | + { |
| 3857 | + "input": "non-special:opaque \t\t \t#hi", |
| 3858 | + "base": null, |
| 3859 | + "href": "non-special:opaque %20#hi", |
| 3860 | + "origin": "null", |
| 3861 | + "protocol": "non-special:", |
| 3862 | + "username": "", |
| 3863 | + "password": "", |
| 3864 | + "host": "", |
| 3865 | + "hostname": "", |
| 3866 | + "port": "", |
| 3867 | + "pathname": "opaque %20", |
| 3868 | + "search": "", |
| 3869 | + "hash": "#hi" |
| 3870 | + }, |
| 3871 | + { |
| 3872 | + "input": "non-special:opaque \t\t #hi", |
| 3873 | + "base": null, |
| 3874 | + "href": "non-special:opaque %20#hi", |
| 3875 | + "origin": "null", |
| 3876 | + "protocol": "non-special:", |
| 3877 | + "username": "", |
| 3878 | + "password": "", |
| 3879 | + "host": "", |
| 3880 | + "hostname": "", |
| 3881 | + "port": "", |
| 3882 | + "pathname": "opaque %20", |
| 3883 | + "search": "", |
| 3884 | + "hash": "#hi" |
| 3885 | + }, |
| 3886 | + { |
| 3887 | + "input": "non-special:opaque\t\t \r #hi", |
| 3888 | + "base": null, |
| 3889 | + "href": "non-special:opaque %20#hi", |
| 3890 | + "origin": "null", |
| 3891 | + "protocol": "non-special:", |
| 3892 | + "username": "", |
| 3893 | + "password": "", |
| 3894 | + "host": "", |
| 3895 | + "hostname": "", |
| 3896 | + "port": "", |
| 3897 | + "pathname": "opaque %20", |
| 3898 | + "search": "", |
| 3899 | + "hash": "#hi" |
| 3900 | + }, |
3781 | 3901 | "Ideographic full stop (full-width period for Chinese, etc.) should be treated as a dot. U+3002 is mapped to U+002E (dot)", |
3782 | 3902 | { |
3783 | 3903 | "input": "http://www.foo。bar.com", |
|
0 commit comments