summaryrefslogtreecommitdiffstats
path: root/src/testdir/test86.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-11 18:48:21 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-11 18:48:21 +0200
commita9f2220176cc318ed076472ac41d00e70934bc83 (patch)
tree04d596972eae42b9930a9910f58910badd71f3f6 /src/testdir/test86.ok
parent16619a235bae49c11d28ac462dc2d42fcfea44ba (diff)
updated for version 7.3.1166v7.3.1166
Problem: Loading Python modules is not tested. Solution: Enable commented-out tests, add missing files. (ZyX)
Diffstat (limited to 'src/testdir/test86.ok')
-rw-r--r--src/testdir/test86.ok1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test86.ok b/src/testdir/test86.ok
index 3c22bf63d3..145979ff53 100644
--- a/src/testdir/test86.ok
+++ b/src/testdir/test86.ok
@@ -1083,6 +1083,7 @@ vim.current.buffer = True:(<type 'exceptions.TypeError'>, TypeError('expected vi
vim.current.window = True:(<type 'exceptions.TypeError'>, TypeError('expected vim.Window object',))
vim.current.tabpage = True:(<type 'exceptions.TypeError'>, TypeError('expected vim.TabPage object',))
vim.current.xxx = True:(<type 'exceptions.AttributeError'>, AttributeError('xxx',))
+2,xx
vim.command("throw 'abc'"):(<class 'vim.error'>, error('abc',))
Exe("throw 'def'"):(<class 'vim.error'>, error('def',))
vim.eval("Exe('throw ''ghi''')"):(<class 'vim.error'>, error('ghi',))