File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,3 +5,18 @@ Set-Cookie: chips=ahoy;
55 chips 'ahoy' 'ahoy'
66Set-Cookie: keebler="E=mc2; L=\"Loves\"; fudge=\012;";
77 keebler 'E=mc2; L="Loves"; fudge=\012;' 'E=mc2; L="Loves"; fudge=\012;'
8+ Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme;
9+
10+ <SCRIPT LANGUAGE="JavaScript">
11+ <!-- begin hiding
12+ document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme; Version=1;"
13+ // end hiding -->
14+ </script>
15+
16+
17+ <SCRIPT LANGUAGE="JavaScript">
18+ <!-- begin hiding
19+ document.cookie = "Customer="WILE_E_COYOTE"; Path=/acme;"
20+ // end hiding -->
21+ </script>
22+
Original file line number Diff line number Diff line change 2424assert C ['Customer' ].value == 'WILE_E_COYOTE'
2525assert C ['Customer' ]['version' ] == '1'
2626assert C ['Customer' ]['path' ] == '/acme'
27+
28+ print C .output (['path' ])
29+ print C .js_output ()
30+ print C .js_output (['path' ])
31+
You can’t perform that action at this time.
0 commit comments