mirror of
https://github.com/neovim/neovim.git
synced 2026-05-19 19:41:16 +00:00
vim-patch:8.2.0270: some code not covered by tests
Problem: Some code not covered by tests.
Solution: Add test cases. (Yegappan Lakshmanan, closes vim/vim#5649)
bc2b71d44a
This commit is contained in:
@@ -105,9 +105,9 @@ func Test_buflist_browse()
|
||||
call assert_equal(b2, bufnr())
|
||||
call assert_equal(1, line('.'))
|
||||
|
||||
brewind +/foo3
|
||||
brewind +
|
||||
call assert_equal(b1, bufnr())
|
||||
call assert_equal(3, line('.'))
|
||||
call assert_equal(4, line('.'))
|
||||
|
||||
blast +/baz2
|
||||
call assert_equal(b3, bufnr())
|
||||
|
||||
Reference in New Issue
Block a user