summaryrefslogtreecommitdiffstats
path: root/src/testdir/test86.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-05-30 13:37:28 +0200
committerBram Moolenaar <Bram@vim.org>2013-05-30 13:37:28 +0200
commit018acca3bdf866faa4eacfb403f9d720832c816e (patch)
tree9e2e0718e185fbb87ac642a9eefeea6fb9bf807b /src/testdir/test86.ok
parent305b2fde1343422c3fd0f63e7e461a37789069ce (diff)
updated for version 7.3.1068v7.3.1068
Problem: Python: Script is auto-loaded on function creation. Solution: Python patch 27. (ZyX)
Diffstat (limited to 'src/testdir/test86.ok')
-rw-r--r--src/testdir/test86.ok2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test86.ok b/src/testdir/test86.ok
index 452c48fdbe..048458f974 100644
--- a/src/testdir/test86.ok
+++ b/src/testdir/test86.ok
@@ -889,7 +889,7 @@ l.xxx = True:(<type 'exceptions.AttributeError'>, AttributeError('cannot set thi
>> FunctionConstructor
vim.Function("123"):(<type 'exceptions.ValueError'>, ValueError('unnamed function does not exist',))
vim.Function("xxx_non_existent_function_xxx"):(<type 'exceptions.ValueError'>, ValueError('function does not exist',))
-vim.Function("xxx#non#existent#function#xxx"):(<type 'exceptions.ValueError'>, ValueError('function does not exist',))
+vim.Function("xxx#non#existent#function#xxx"):NOT FAILED
>> FunctionCall
>>> Testing StringToChars using f({%s : 1})
f({1 : 1}):(<type 'exceptions.TypeError'>, TypeError('object must be string',))