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:
zeertzjq
2024-07-30 13:38:13 +08:00
parent a1561cbbea
commit 619cb143f9
12 changed files with 134 additions and 3 deletions

View File

@@ -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()