mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
chore: revert unrelated changes in test
This commit is contained in:
@@ -284,7 +284,7 @@ describe('No heap-buffer-overflow when using', function()
|
||||
feed('$')
|
||||
-- Let termopen() modify the buffer
|
||||
feed_command('call termopen("echo")')
|
||||
helpers.assert_alive()
|
||||
eq(2, eval('1+1')) -- check nvim still running
|
||||
feed_command('bdelete!')
|
||||
end)
|
||||
end)
|
||||
@@ -294,6 +294,6 @@ describe('No heap-buffer-overflow when', function()
|
||||
feed_command('set nowrap')
|
||||
feed_command('autocmd TermOpen * startinsert')
|
||||
feed_command('call feedkeys("4000ai\\<esc>:terminal!\\<cr>")')
|
||||
helpers.assert_alive()
|
||||
eq(2, eval('1+1'))
|
||||
end)
|
||||
end)
|
||||
|
Reference in New Issue
Block a user