diff options
author | Georg Brandl <georg@python.org> | 2005-06-27 05:51:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-06-27 05:51:07 (GMT) |
commit | 22bfdab68238a0bdfe694455a15fa70887a5dc02 (patch) | |
tree | b9b78aef68e520b53db7fc5cbabd337d073c5139 /Lib/test/output | |
parent | ecf93c765c8c8675ac2276d26679ec3998831744 (diff) | |
download | cpython-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_cookie | 8 |
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> |