mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 09:19:43 +10: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:
@@ -87,11 +87,22 @@ describe('Ex mode', function()
|
||||
:^ |
|
||||
]])
|
||||
|
||||
-- Pressing enter in ex mode should print the current line
|
||||
feed('<CR>')
|
||||
screen:expect([[
|
||||
1 foo foo |
|
||||
^^^y |
|
||||
2 foo foo |
|
||||
^^^q |
|
||||
3 foo foo |
|
||||
:^ |
|
||||
]])
|
||||
|
||||
feed(':vi<CR>')
|
||||
screen:expect([[
|
||||
1 foo bar |
|
||||
2 fo^o foo |
|
||||
3 foo foo |
|
||||
2 foo foo |
|
||||
3 ^foo foo |
|
||||
~ |
|
||||
~ |
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user