comparison src/testdir/test_excmd.vim @ 24596:acd9220bdd0b v8.2.2837

patch 8.2.2837: various code lines not covered by tests Commit: https://github.com/vim/vim/commit/6d37e8e3baafba460bd2d051170d213c1ba9a523 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Thu May 6 17:36:55 2021 +0200 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 https://github.com/vim/vim/issues/8178)
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 May 2021 17:45:04 +0200
parents dcb3a856f515
children 4c5eec1ef612
comparison
equal deleted inserted replaced
24595:cc93bd42e6b3 24596:acd9220bdd0b
589 589
590 func Test_sandbox() 590 func Test_sandbox()
591 sandbox call Sandbox_tests() 591 sandbox call Sandbox_tests()
592 endfunc 592 endfunc
593 593
594 func Test_command_not_implemented_E319()
595 if !has('mzscheme')
596 call assert_fails('mzscheme', 'E319:')
597 endif
598 endfunc
599
594 " vim: shiftwidth=2 sts=2 expandtab 600 " vim: shiftwidth=2 sts=2 expandtab