[Python-checkins] CVS: python/dist/src/Lib/test/output test_cookie,1.1,1.2

Moshe Zadka python-dev@python.org
Sat, 19 Aug 2000 08:57:35 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv5727/Lib/test/output

Modified Files:
	test_cookie 
Log Message:
Adding tests of the "attrs" optional argument, and of the js_output
functionality.


Index: test_cookie
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_cookie,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_cookie	2000/08/19 15:21:12	1.1
--- test_cookie	2000/08/19 15:57:33	1.2
***************
*** 6,7 ****
--- 6,22 ----
  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>
+