diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-07-08 00:08:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-08 00:08:21 +0200 |
| commit | 57fafcea23e2609e40ecacf27b2d68add9b1f7e9 (patch) | |
| tree | 5261d02299702681979fb846f6dbe62d811f77d0 /src/nvim/testdir | |
| parent | 378d5f0fa3945712c012accf9cdc3d8a17e2a168 (diff) | |
| parent | a5ed46024185c817e3cc0f38b13b302fdf7a863a (diff) | |
| download | rneovim-57fafcea23e2609e40ecacf27b2d68add9b1f7e9.tar.gz rneovim-57fafcea23e2609e40ecacf27b2d68add9b1f7e9.tar.bz2 rneovim-57fafcea23e2609e40ecacf27b2d68add9b1f7e9.zip | |
Merge #8702 from janlazo/nvim-8.0.0654
Diffstat (limited to 'src/nvim/testdir')
| -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 |