mirror of
https://github.com/neovim/neovim.git
synced 2026-02-04 03:21:29 +10:00
vim-patch:9.0.0846: using assert_fails() may cause hit-enter prompt
Problem: Using assert_fails() may cause hit-enter prompt.
Solution: Set no_wait_return. (closes vim/vim#11522)
f220643c26
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -327,6 +327,12 @@ func Test_assert_fails_in_try_block()
|
||||
endtry
|
||||
endfunc
|
||||
|
||||
func Test_assert_fails_in_timer()
|
||||
" should not cause a hit-enter prompt, which isn't actually checked here
|
||||
call timer_start(0, {-> assert_fails('call', 'E471:')})
|
||||
sleep 10m
|
||||
endfunc
|
||||
|
||||
func Test_assert_beeps()
|
||||
new
|
||||
call assert_equal(0, assert_beeps('normal h'))
|
||||
|
||||
Reference in New Issue
Block a user