comparison src/testdir/test86.in @ 4425:d5177d5ece0c v7.3.961

updated for version 7.3.961 Problem: Tests 86 and 87 fail when using another language than English. Solution: Set the language to C in the test. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Thu, 16 May 2013 20:47:56 +0200
parents fa90ebf2c8f3
children 0a94ac379769
comparison
equal deleted inserted replaced
4424:e56bf2af53c0 4425:d5177d5ece0c
3 NOTE: This will cause errors when run under valgrind. 3 NOTE: This will cause errors when run under valgrind.
4 This would require recompiling Python with: 4 This would require recompiling Python with:
5 ./configure --without-pymalloc 5 ./configure --without-pymalloc
6 See http://svn.python.org/view/python/trunk/Misc/README.valgrind?view=markup 6 See http://svn.python.org/view/python/trunk/Misc/README.valgrind?view=markup
7 7
8
9 STARTTEST 8 STARTTEST
10 :so small.vim 9 :so small.vim
11 :if !has('python') | e! test.ok | wq! test.out | endif 10 :if !has('python') | e! test.ok | wq! test.out | endif
11 :lang C
12 :py import vim 12 :py import vim
13 :fun Test() 13 :fun Test()
14 :let l = [] 14 :let l = []
15 :py l=vim.bindeval('l') 15 :py l=vim.bindeval('l')
16 :py f=vim.bindeval('function("strlen")') 16 :py f=vim.bindeval('function("strlen")')