summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-04-06 21:20:58 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-04-06 21:20:58 (GMT)
commiteb26f9590691b502db69e26ff441abec7fbd4d47 (patch)
treefadf9e78471965878ec3b306de5e1cc09e84b2af /Lib/test/output
parent58b6f5b53e67878fa3d9bbe4f4112cddf1ebb5cc (diff)
downloadcpython-eb26f9590691b502db69e26ff441abec7fbd4d47.zip
cpython-eb26f9590691b502db69e26ff441abec7fbd4d47.tar.gz
cpython-eb26f9590691b502db69e26ff441abec7fbd4d47.tar.bz2
Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to
have the std test suite exercise the Cookie doctests too.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_cookie1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_cookie b/Lib/test/output/test_cookie
index c04bfee..64b9d04 100644
--- a/Lib/test/output/test_cookie
+++ b/Lib/test/output/test_cookie
@@ -29,3 +29,4 @@ Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme;
// end hiding -->
</script>
+If anything blows up after this line, it's from Cookie's doctest.