summaryrefslogtreecommitdiffstats
path: root/src/testdir/test87.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/test87.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/test87.ok')
-rw-r--r--src/testdir/test87.ok1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test87.ok b/src/testdir/test87.ok
index 01ff127ec2..31c7df4b66 100644
--- a/src/testdir/test87.ok
+++ b/src/testdir/test87.ok
@@ -1092,6 +1092,7 @@ vim.current.buffer = True:(<class 'TypeError'>, TypeError('expected vim.Buffer o
vim.current.window = True:(<class 'TypeError'>, TypeError('expected vim.Window object',))
vim.current.tabpage = True:(<class 'TypeError'>, TypeError('expected vim.TabPage object',))
vim.current.xxx = True:(<class 'AttributeError'>, AttributeError('xxx',))
+3,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',))