From 103d5268c2f40d79c12bee53dd97ff316043f92c Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 24 Aug 2000 11:56:19 +0000 Subject: Updated test suite: test repr() and str() of cookies, and test metadata fields with quoted values (as in Path="/acme") --- Lib/test/output/test_cookie | 5 +++++ Lib/test/test_cookie.py | 11 ++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Lib/test/output/test_cookie b/Lib/test/output/test_cookie index 735b847..30b57fe 100644 --- a/Lib/test/output/test_cookie +++ b/Lib/test/output/test_cookie @@ -1,10 +1,15 @@ test_cookie + Set-Cookie: vienna=finger; Set-Cookie: chips=ahoy; vienna 'finger' 'finger' +Set-Cookie: vienna=finger; chips 'ahoy' 'ahoy' +Set-Cookie: chips=ahoy; + Set-Cookie: keebler="E=mc2; L=\"Loves\"; fudge=\012;"; keebler 'E=mc2; L="Loves"; fudge=\012;' 'E=mc2; L="Loves"; fudge=\012;' +Set-Cookie: keebler="E=mc2; L=\"Loves\"; fudge=\012;"; Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme;