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:
committed by
Bram Moolenaar
parent
b7c978154e
commit
6d37e8e3ba
@@ -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
|
||||
|
Reference in New Issue
Block a user