Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestURLFilters (0.1 sec)

  1. src/html/template/url_test.go

    			t.Errorf("%q: want\n\t%q\nbut got\n\t%q", test.url, test.want, got)
    		}
    		if test.want != urlNormalizer(test.want) {
    			t.Errorf("not idempotent: %q", test.want)
    		}
    	}
    }
    
    func TestURLFilters(t *testing.T) {
    	input := ("\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r\x0e\x0f" +
    		"\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f" +
    		` !"#$%&'()*+,-./` +
    		`0123456789:;<=>?` +
    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