lib-python.2.5.test.output.test_cookie Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jython-standalone Show documentation
Show all versions of jython-standalone Show documentation
Jython is an implementation of the high-level, dynamic, object-oriented
language Python written in 100% Pure Java, and seamlessly integrated with
the Java platform. It thus allows you to run Python on any Java platform.
test_cookie
Set-Cookie: chips=ahoy
Set-Cookie: vienna=finger
chips 'ahoy' 'ahoy'
Set-Cookie: chips=ahoy
vienna 'finger' 'finger'
Set-Cookie: vienna=finger
Set-Cookie: keebler="E=mc2; L=\"Loves\"; fudge=\012;"
keebler 'E=mc2; L="Loves"; fudge=\n;' 'E=mc2; L="Loves"; fudge=\n;'
Set-Cookie: keebler="E=mc2; L=\"Loves\"; fudge=\012;"
Set-Cookie: keebler=E=mc2
keebler 'E=mc2' 'E=mc2'
Set-Cookie: keebler=E=mc2
Set-Cookie: Customer="WILE_E_COYOTE"; Path=/acme
If anything blows up after this line, it's from Cookie's doctest.