diff options
author | Daniel Hahler <git@thequod.de> | 2019-06-16 17:52:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-16 17:52:38 +0200 |
commit | d792d4ec06cb21d4cb71fd28498a8cae2a4b5c95 (patch) | |
tree | d86b38f94fcd7bc9e0287aef6ca878bf045be101 /src/nvim/testdir/test_assert.vim | |
parent | 3d6e48a941acab51d8c045ec325783c0107a5d54 (diff) | |
parent | cb01925eb4cd117475c48b1724c8e6853ba59e83 (diff) | |
download | rneovim-d792d4ec06cb21d4cb71fd28498a8cae2a4b5c95.tar.gz rneovim-d792d4ec06cb21d4cb71fd28498a8cae2a4b5c95.tar.bz2 rneovim-d792d4ec06cb21d4cb71fd28498a8cae2a4b5c95.zip |
Merge pull request #10236 from janlazo/vim-8.1.1545
vim-patch:8.0.{1516,1549},8.1.{0044,1545}
Diffstat (limited to 'src/nvim/testdir/test_assert.vim')
-rw-r--r-- | src/nvim/testdir/test_assert.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_assert.vim b/src/nvim/testdir/test_assert.vim new file mode 100644 index 0000000000..fe87bd6ef5 --- /dev/null +++ b/src/nvim/testdir/test_assert.vim @@ -0,0 +1,7 @@ +" Test that the methods used for testing work. + +" Must be last. +func Test_zz_quit_detected() + " Verify that if a test function ends Vim the test script detects this. + quit +endfunc |