mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.2881: various pieces of code not covered by tests
Problem: Various pieces of code not covered by tests. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8245)
This commit is contained in:
committed by
Bram Moolenaar
parent
ad5c178a19
commit
611728f806
@@ -314,6 +314,8 @@ func Test_python_window()
|
||||
10new
|
||||
py vim.current.window.height = 5
|
||||
call assert_equal(5, winheight(0))
|
||||
py vim.current.window.height = 3.2
|
||||
call assert_equal(3, winheight(0))
|
||||
|
||||
" Test for setting the window width
|
||||
10vnew
|
||||
|
Reference in New Issue
Block a user