Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 25z (0.08 sec)

  1. src/html/template/url_test.go

    			"http://example.com:80/foo/bar?q=foo%20&bar=x+y#frag",
    		},
    		{" ", "%20"},
    		{"%7c", "%7c"},
    		{"%7C", "%7C"},
    		{"%2", "%252"},
    		{"%", "%25"},
    		{"%z", "%25z"},
    		{"/foo|bar/%5c\u1234", "/foo%7cbar/%5c%e1%88%b4"},
    	}
    	for _, test := range tests {
    		if got := urlNormalizer(test.url); test.want != got {
    			t.Errorf("%q: want\n\t%q\nbut got\n\t%q", test.url, test.want, got)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 3.9K bytes
    - Viewed (0)
Back to top