diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-08-19 15:21:12 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-08-19 15:21:12 (GMT) |
commit | cdec8c746b87f1df5c7c58c4e2b205914b16ef19 (patch) | |
tree | 87c24f0e1e83a5ca7083efe6da841c32e1ef111b /Lib/test/output/test_cookie | |
parent | 1b07f2bcf628505bc8418ac6deee25a5b84f932d (diff) | |
download | cpython-cdec8c746b87f1df5c7c58c4e2b205914b16ef19.zip cpython-cdec8c746b87f1df5c7c58c4e2b205914b16ef19.tar.gz cpython-cdec8c746b87f1df5c7c58c4e2b205914b16ef19.tar.bz2 |
Test case for Cookie.py
Diffstat (limited to 'Lib/test/output/test_cookie')
-rw-r--r-- | Lib/test/output/test_cookie | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Lib/test/output/test_cookie b/Lib/test/output/test_cookie new file mode 100644 index 0000000..d9a8194 --- /dev/null +++ b/Lib/test/output/test_cookie @@ -0,0 +1,7 @@ +test_cookie +Set-Cookie: vienna=finger; +Set-Cookie: chips=ahoy; + vienna 'finger' 'finger' + chips 'ahoy' 'ahoy' +Set-Cookie: keebler="E=mc2; L=\"Loves\"; fudge=\012;"; + keebler 'E=mc2; L="Loves"; fudge=\012;' 'E=mc2; L="Loves"; fudge=\012;' |