mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.1.1440: win_execute() test fails
Problem: Win_execute() test fails.
Solution: Adjust the expected error number. Move to popup test.
2d247849ce
This commit is contained in:
parent
97abf8ee63
commit
3c00252248
@ -98,8 +98,6 @@ func Test_win_execute()
|
||||
let line = win_execute(popupwin, 'echo getline(1)')
|
||||
call assert_match('the popup win', line)
|
||||
|
||||
call assert_fails('call win_execute(popupwin, "bwipe!")', 'E937:')
|
||||
|
||||
call popup_close(popupwin)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user