mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.2827: test file was not deleted
Problem: Test file was not deleted.
Solution: Uncomment the delete() call. (Dominique Pellé, closes vim/vim#8172)
5f8ed7408a
This commit is contained in:
parent
7d2e76e333
commit
5c6018ba2f
@ -158,9 +158,9 @@ func Test_mksession_zero_winheight()
|
|||||||
set winminheight&
|
set winminheight&
|
||||||
" let text = readfile('Xtest_mks_zero')->join()
|
" let text = readfile('Xtest_mks_zero')->join()
|
||||||
let text = join(readfile('Xtest_mks_zero'))
|
let text = join(readfile('Xtest_mks_zero'))
|
||||||
"call delete('Xtest_mks_zero')
|
call delete('Xtest_mks_zero')
|
||||||
close
|
close
|
||||||
" check there is no devide by zero
|
" check there is no divide by zero
|
||||||
call assert_notmatch('/ 0[^0-9]', text)
|
call assert_notmatch('/ 0[^0-9]', text)
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user