From cf703fe9d66744ffd7d9c625ee1cbe048ee07740 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 9 Sep 2016 14:59:39 +0200 Subject: patch 7.4.2350 Problem: Test 86 and 87 fail with some version of Python. Solution: Unify "can't" and "cannot". Unify quotes. --- src/testdir/test86.ok | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testdir/test86.ok') diff --git a/src/testdir/test86.ok b/src/testdir/test86.ok index 6d561ecd1..4e6c4e0a6 100644 --- a/src/testdir/test86.ok +++ b/src/testdir/test86.ok @@ -628,7 +628,7 @@ testdir test86.in > Output >> OutputSetattr -del sys.stdout.softspace:AttributeError:("can't delete OutputObject attributes",) +del sys.stdout.softspace:AttributeError:('cannot delete OutputObject attributes',) >>> Testing NumberToLong using sys.stdout.softspace = %s sys.stdout.softspace = []:TypeError:('expected int(), long() or something supporting coercing to long(), but got list',) sys.stdout.softspace = None:TypeError:('expected int(), long() or something supporting coercing to long(), but got NoneType',) -- cgit v1.2.1