summaryrefslogtreecommitdiffstats
path: root/src/testdir/test86.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-30 13:05:58 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-30 13:05:58 +0200
commit78cddbe2712b5e2bad3928f38345019d6803f31f (patch)
treed94943777a75e6517c593e465d71e6780f805e85 /src/testdir/test86.ok
parenta9922d62e60142f1cb9889626e82e8cc7126be1a (diff)
updated for version 7.3.1062v7.3.1062
Problem: Python: List is not standard. Solution: Python patch 21: Add standard methods and fields. (ZyX)
Diffstat (limited to 'src/testdir/test86.ok')
-rw-r--r--src/testdir/test86.ok4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/test86.ok b/src/testdir/test86.ok
index 200af0489f..b484ec62e2 100644
--- a/src/testdir/test86.ok
+++ b/src/testdir/test86.ok
@@ -412,6 +412,8 @@ output:__dir__,__members__,flush,softspace,write,writelines
{}
{'a': 1}
{'a': 1}
+[]
+['a', 'b', 'c']
'
abcdef
line :
@@ -420,6 +422,8 @@ abc
line :
abc'
['a', 'dup_a']
+['a', 'a']
+['a', 'b', 'c']
(<class 'vim.error'>, error('abc',))
(<class 'vim.error'>, error('def',))
(<class 'vim.error'>, error('ghi',))