[Python-checkins] python/dist/src/Lib/test pickletester.py,1.18,1.19

loewis@users.sourceforge.net loewis@users.sourceforge.net
Wed, 14 Aug 2002 01:22:52 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv10028/Lib/test

Modified Files:
	pickletester.py 
Log Message:
Check for trailing backslash. Fixes #593656.


Index: pickletester.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/pickletester.py,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** pickletester.py	14 Aug 2002 07:46:23 -0000	1.18
--- pickletester.py	14 Aug 2002 08:22:50 -0000	1.19
***************
*** 200,203 ****
--- 200,204 ----
                      "'abc\"", # open quote and close quote don't match
                      "'abc'   ?", # junk after close quote
+                     "'\\'", # trailing backslash
                      # some tests of the quoting rules
                      #"'abc\"\''",