0
0
mirror of https://github.com/vim/vim.git synced 2025-10-03 05:14:07 -04:00

patch 8.2.2837: various code lines not covered by tests

Problem:    Various code lines not covered by tests.
Solution:   Add test cases. (Dominique Pellé, closes #8178)
This commit is contained in:
Dominique Pelle
2021-05-06 17:36:55 +02:00
committed by Bram Moolenaar
parent b7c978154e
commit 6d37e8e3ba
7 changed files with 49 additions and 0 deletions

View File

@@ -591,4 +591,10 @@ func Test_sandbox()
sandbox call Sandbox_tests()
endfunc
func Test_command_not_implemented_E319()
if !has('mzscheme')
call assert_fails('mzscheme', 'E319:')
endif
endfunc
" vim: shiftwidth=2 sts=2 expandtab