diff options
Diffstat (limited to 'src/testdir/test55.in')
-rw-r--r-- | src/testdir/test55.in | 1 |
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) |