0
0
mirror of https://github.com/vim/vim.git synced 2025-10-14 07:04:10 -04:00

patch 8.2.0615: regexp benchmark stest is old style

Problem:    Regexp benchmark stest is old style.
Solution:   Make it a new style test.  Fix using a NULL list.  Add more tests.
            (Yegappan Lakshmanan, closes #5963)
This commit is contained in:
Bram Moolenaar
2020-04-21 22:19:45 +02:00
parent ff06f283e3
commit ad48e6c159
19 changed files with 179 additions and 44 deletions

View File

@@ -148,6 +148,7 @@ func Test_prompt_buffer_edit()
call assert_beeps("normal! \<C-A>")
call assert_beeps("normal! \<C-X>")
close!
call assert_equal(0, prompt_setprompt([], ''))
endfunc
" vim: shiftwidth=2 sts=2 expandtab