Adapt output file to new Cookie JS output.

This commit is contained in:
Georg Brandl 2005-06-27 05:51:07 +00:00
parent ecf93c765c
commit 22bfdab682

View file

@ -16,16 +16,16 @@ Set-Cookie: keebler=E=mc2;
Set-Cookie: keebler=E=mc2; Set-Cookie: keebler=E=mc2;
Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme; Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme;
<SCRIPT LANGUAGE="JavaScript"> <script type="text/javascript">
<!-- begin hiding <!-- begin hiding
document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme; Version=1;" document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme; Version=1;";
// end hiding --> // end hiding -->
</script> </script>
<SCRIPT LANGUAGE="JavaScript"> <script type="text/javascript">
<!-- begin hiding <!-- begin hiding
document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme;" document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme;";
// end hiding --> // end hiding -->
</script> </script>