mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 21:37:43 +00:00
vim-patch:9.1.0415: Some functions are not tested
Problem: Some functions are not tested
Solution: Add a few more tests, fix a few minor problems
(Yegappan Lakshmanan)
closes: vim/vim#14789
fe424d13ef
Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
This commit is contained in:
@@ -44,6 +44,12 @@ describe('edit', function()
|
||||
{1:~ }|*4
|
||||
=^ |
|
||||
]])
|
||||
feed([['r'<CR><Esc>]])
|
||||
expect('r')
|
||||
-- Test for inserting null and empty list
|
||||
feed('a<C-R>=v:_null_list<CR><Esc>')
|
||||
feed('a<C-R>=[]<CR><Esc>')
|
||||
expect('r')
|
||||
end)
|
||||
|
||||
-- oldtest: Test_edit_ctrl_r_failed()
|
||||
|
||||
Reference in New Issue
Block a user