mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Adapt output file to new Cookie JS output.
This commit is contained in:
parent
ecf93c765c
commit
22bfdab682
1 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue