summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorMoshe Zadka <moshez@math.huji.ac.il>2000-08-19 15:57:33 (GMT)
committerMoshe Zadka <moshez@math.huji.ac.il>2000-08-19 15:57:33 (GMT)
commit514a1028a20b4a818aa1f75dd674c5ee78a2f5ae (patch)
tree22fc548ce52af3b970ceecbe27f9995613ab4902 /Lib/test/output
parentf580d27aa35aec00cf1cba03f6fcbd06283aa308 (diff)
downloadcpython-514a1028a20b4a818aa1f75dd674c5ee78a2f5ae.zip
cpython-514a1028a20b4a818aa1f75dd674c5ee78a2f5ae.tar.gz
cpython-514a1028a20b4a818aa1f75dd674c5ee78a2f5ae.tar.bz2
Adding tests of the "attrs" optional argument, and of the js_output
functionality.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_cookie15
1 files changed, 15 insertions, 0 deletions
diff --git a/Lib/test/output/test_cookie b/Lib/test/output/test_cookie
index d9a8194..735b847 100644
--- a/Lib/test/output/test_cookie
+++ b/Lib/test/output/test_cookie
@@ -5,3 +5,18 @@ Set-Cookie: chips=ahoy;
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;'
+Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme;
+
+ <SCRIPT LANGUAGE="JavaScript">
+ <!-- begin hiding
+ document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme; Version=1;"
+ // end hiding -->
+ </script>
+
+
+ <SCRIPT LANGUAGE="JavaScript">
+ <!-- begin hiding
+ document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme;"
+ // end hiding -->
+ </script>
+