Mercurial > vim
diff src/testdir/test_functions.vim @ 24204:ec71c859e94c v8.2.2643
patch 8.2.2643: various code not covered by tests
Commit: https://github.com/vim/vim/commit/1f448d906b3c516e5864dc5bae3ddbf3664ee649
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Mar 22 19:37:06 2021 +0100
patch 8.2.2643: various code not covered by tests
Problem: Various code not covered by tests.
Solution: Add a few more test. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/7995)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 22 Mar 2021 19:45:04 +0100 |
parents | 72e9b861bc92 |
children | faac16c365b6 |
line wrap: on
line diff
--- a/src/testdir/test_functions.vim +++ b/src/testdir/test_functions.vim @@ -1431,7 +1431,7 @@ func Test_input_func() call assert_equal('item1 item2 item3', c) " Test for using special characters as default input - call feedkeys(":let c = input('name? ', \"x\<BS>y\")\<CR>\<CR>", 'xt') + call feedkeys(":let c = input('name? ', \"x\\<BS>y\")\<CR>\<CR>", 'xt') call assert_equal('y', c) " Test for using <CR> as default input