From 4e3c70d241842d3129d4c4d480c60910029d56af Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 7 Mar 2013 14:50:34 +0100 Subject: updated for version 7.3.847 Problem: Test 55 fails when messages are translated. Solution: Set language to C. (Ken Takata) --- src/testdir/test55.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testdir/test55.in') 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) -- cgit v1.2.3