diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-07-07 07:14:06 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-07-07 07:14:06 -0400 |
commit | b5c0031d4eab3a8721904bbbf85c199c9c8d2bce (patch) | |
tree | a3c642c1401747a63095eabdb9dc94031ae17978 | |
parent | 336ce02a6eeebe14e606014ea873e815922ea344 (diff) | |
download | rneovim-b5c0031d4eab3a8721904bbbf85c199c9c8d2bce.tar.gz rneovim-b5c0031d4eab3a8721904bbbf85c199c9c8d2bce.tar.bz2 rneovim-b5c0031d4eab3a8721904bbbf85c199c9c8d2bce.zip |
oldtests: fix func Test_echo_and_string()
-rw-r--r-- | src/nvim/testdir/test_vimscript.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_vimscript.vim b/src/nvim/testdir/test_vimscript.vim index 2357482b2c..3cf51a3b0f 100644 --- a/src/nvim/testdir/test_vimscript.vim +++ b/src/nvim/testdir/test_vimscript.vim @@ -1061,6 +1061,7 @@ func Test_echo_and_string() let l = split(result, "\n") call assert_equal(["{'a': [], 'b': []}", \ "{'a': [], 'b': []}"], l) +endfunc "------------------------------------------------------------------------------- " Test 94: 64-bit Numbers {{{1 |