comparison src/testdir/test86.ok @ 10160:32dd27cceadd v7.4.2350

commit https://github.com/vim/vim/commit/cf703fe9d66744ffd7d9c625ee1cbe048ee07740 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 9 14:59:39 2016 +0200 patch 7.4.2350 Problem: Test 86 and 87 fail with some version of Python. Solution: Unify "can't" and "cannot". Unify quotes.
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Sep 2016 15:00:08 +0200
parents e316b83892c1
children ef93c4415667
comparison
equal deleted inserted replaced
10159:0ccc6c45ff5b 10160:32dd27cceadd
626 testdir/test86.in 626 testdir/test86.in
627 testdir 627 testdir
628 test86.in 628 test86.in
629 > Output 629 > Output
630 >> OutputSetattr 630 >> OutputSetattr
631 del sys.stdout.softspace:AttributeError:("can't delete OutputObject attributes",) 631 del sys.stdout.softspace:AttributeError:('cannot delete OutputObject attributes',)
632 >>> Testing NumberToLong using sys.stdout.softspace = %s 632 >>> Testing NumberToLong using sys.stdout.softspace = %s
633 sys.stdout.softspace = []:TypeError:('expected int(), long() or something supporting coercing to long(), but got list',) 633 sys.stdout.softspace = []:TypeError:('expected int(), long() or something supporting coercing to long(), but got list',)
634 sys.stdout.softspace = None:TypeError:('expected int(), long() or something supporting coercing to long(), but got NoneType',) 634 sys.stdout.softspace = None:TypeError:('expected int(), long() or something supporting coercing to long(), but got NoneType',)
635 sys.stdout.softspace = -1:ValueError:('number must be greater or equal to zero',) 635 sys.stdout.softspace = -1:ValueError:('number must be greater or equal to zero',)
636 <<< Finished 636 <<< Finished