mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Adding tests of the "attrs" optional argument, and of the js_output
functionality.
This commit is contained in:
parent
f580d27aa3
commit
514a1028a2
2 changed files with 20 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue