From: Andrew M. Kuchling Date: Wed, 21 Feb 2001 01:17:54 +0000 (+0000) Subject: Added test for patch #103473: test an unquoted cookie value containing '=' X-Git-Tag: v2.1b1~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b94b1c74a5d81ec0db14b0f1d4b65e6b592a680;p=thirdparty%2FPython%2Fcpython.git Added test for patch #103473: test an unquoted cookie value containing '=' --- diff --git a/Lib/test/output/test_cookie b/Lib/test/output/test_cookie index 8ef2ce74df51..c04bfee3a9b6 100644 --- a/Lib/test/output/test_cookie +++ b/Lib/test/output/test_cookie @@ -10,6 +10,10 @@ Set-Cookie: chips=ahoy; Set-Cookie: keebler="E=mc2; L=\"Loves\"; fudge=\012;"; keebler 'E=mc2; L="Loves"; fudge=\n;' 'E=mc2; L="Loves"; fudge=\n;' Set-Cookie: keebler="E=mc2; L=\"Loves\"; fudge=\012;"; + +Set-Cookie: keebler=E=mc2; + keebler 'E=mc2' 'E=mc2' +Set-Cookie: keebler=E=mc2; Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme;