summaryrefslogtreecommitdiff
path: root/src/testdir/test55.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-03-07 14:50:34 +0100
committerBram Moolenaar <Bram@vim.org>2013-03-07 14:50:34 +0100
commit4e3c70d241842d3129d4c4d480c60910029d56af (patch)
tree6088792bbf20b557241672fb5dfa8bb91250ee74 /src/testdir/test55.in
parent84e80b51d12f11a95aa76be51abed6a9d0a8c6c5 (diff)
downloadvim-4e3c70d241842d3129d4c4d480c60910029d56af.zip
updated for version 7.3.847
Problem: Test 55 fails when messages are translated. Solution: Set language to C. (Ken Takata)
Diffstat (limited to 'src/testdir/test55.in')
-rw-r--r--src/testdir/test55.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test55.in b/src/testdir/test55.in
index f255e33e4..991c4605c 100644
--- a/src/testdir/test55.in
+++ b/src/testdir/test55.in
@@ -3,6 +3,7 @@ Tests for List and Dictionary types. vim: set ft=vim :
STARTTEST
:so small.vim
:fun Test(...)
+:lang C
:" Creating List directly with different types
:let l = [1, 'as''d', [1, 2, function("strlen")], {'a': 1},]
:$put =string(l)