~ubuntu-branches/ubuntu/saucy/python2.7/saucy-proposed

« back to all changes in this revision

Viewing changes to Lib/test/pickletester.py

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-05-15 19:15:16 UTC
  • mto: (36.1.23 sid)
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: package-import@ubuntu.com-20130515191516-zmv6to904wemey7s
Tags: upstream-2.7.5
ImportĀ upstreamĀ versionĀ 2.7.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
538
538
                    "'abc\"", # open quote and close quote don't match
539
539
                    "'abc'   ?", # junk after close quote
540
540
                    "'\\'", # trailing backslash
 
541
                    "'",    # issue #17710
 
542
                    "' ",   # issue #17710
541
543
                    # some tests of the quoting rules
542
544
                    #"'abc\"\''",
543
545
                    #"'\\\\a\'\'\'\\\'\\\\\''",