comparison src/testdir/test_terminal.vim @ 19740:a653d1a165ef v8.2.0426

patch 8.2.0426: some errors were not tested for Commit: https://github.com/vim/vim/commit/9b9be007e7d674f49fc2b650f840d08532b180ad Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 22 14:41:22 2020 +0100 patch 8.2.0426: some errors were not tested for Problem: Some errors were not tested for. Solution: Add tests. (Dominique Pelle, closes https://github.com/vim/vim/issues/5824)
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Mar 2020 14:45:04 +0100
parents e73167dd8cac
children 0927df746554
comparison
equal deleted inserted replaced
19739:c49354aed1b2 19740:a653d1a165ef
2328 call delete('Xlog') 2328 call delete('Xlog')
2329 unlet! g:called_bufnum 2329 unlet! g:called_bufnum
2330 unlet! g:called_arg 2330 unlet! g:called_arg
2331 endfunc 2331 endfunc
2332 2332
2333 func Test_terminal_invalid_arg()
2334 call assert_fails('terminal ++xyz', 'E181:')
2335 endfunc
2336
2333 func Test_terminal_in_popup() 2337 func Test_terminal_in_popup()
2334 CheckRunVimInTerminal 2338 CheckRunVimInTerminal
2335 2339
2336 let text =<< trim END 2340 let text =<< trim END
2337 some text 2341 some text