commit | c24c1acd828e9dc410c2a674c794600eed98bcf6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 16 20:47:56 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 16 20:47:56 2013 +0200 |
tree | 36dc69e48a9953c09e47a11675b95b043e1dd72e | |
parent | 07729b25bf85f41822eae4978eb2097f31ac09d7 [diff] [blame] |
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)
diff --git a/src/testdir/test87.in b/src/testdir/test87.in index 7d8ba3c..51425d6 100644 --- a/src/testdir/test87.in +++ b/src/testdir/test87.in
@@ -3,6 +3,7 @@ STARTTEST :so small.vim :if !has('python3') | e! test.ok | wq! test.out | endif +:lang C :py3 import vim :fun Test() :let l = []