Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withquotes (0.24 sec)

  1. src/net/http/cookie_test.go

    	}{
    		{"foo", false, "foo"},
    		{"foo;bar", false, "foobar"},
    		{"foo\\bar", false, "foobar"},
    		{"foo\"bar", false, "foobar"},
    		{"\x00\x7e\x7f\x80", false, "\x7e"},
    		{`withquotes`, true, `"withquotes"`},
    		{`"withquotes"`, true, `"withquotes"`}, // double quotes are not valid octets
    		{"a z", false, `"a z"`},
    		{" z", false, `" z"`},
    		{"a ", false, `"a "`},
    		{"a,z", false, `"a,z"`},
    		{",z", false, `",z"`},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:33:05 UTC 2024
    - 26.2K bytes
    - Viewed (0)
Back to top