summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-27 05:51:07 (GMT)
committerGeorg Brandl <georg@python.org>2005-06-27 05:51:07 (GMT)
commit22bfdab68238a0bdfe694455a15fa70887a5dc02 (patch)
treeb9b78aef68e520b53db7fc5cbabd337d073c5139 /Lib/test/output
parentecf93c765c8c8675ac2276d26679ec3998831744 (diff)
downloadcpython-22bfdab68238a0bdfe694455a15fa70887a5dc02.zip
cpython-22bfdab68238a0bdfe694455a15fa70887a5dc02.tar.gz
cpython-22bfdab68238a0bdfe694455a15fa70887a5dc02.tar.bz2
Adapt output file to new Cookie JS output.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_cookie8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/test/output/test_cookie b/Lib/test/output/test_cookie
index 221c72a..9f17999 100644
--- a/Lib/test/output/test_cookie
+++ b/Lib/test/output/test_cookie
@@ -16,16 +16,16 @@ Set-Cookie: keebler=E=mc2;
Set-Cookie: keebler=E=mc2;
Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme;
- <SCRIPT LANGUAGE="JavaScript">
+ <script type="text/javascript">
<!-- begin hiding
- document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme; Version=1;"
+ document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme; Version=1;";
// end hiding -->
</script>
- <SCRIPT LANGUAGE="JavaScript">
+ <script type="text/javascript">
<!-- begin hiding
- document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme;"
+ document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme;";
// end hiding -->
</script>