mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +00:00
test: lint
This commit is contained in:
@@ -382,7 +382,7 @@ describe('api', function()
|
||||
helpers.expect([[
|
||||
FIRST LINE
|
||||
SECOND LINE]])
|
||||
eq('it worked...', eval('g:foo'))
|
||||
eq('it worked...', helpers.eval('g:foo'))
|
||||
end)
|
||||
it('does not complete/interrupt insert-mode mapping', function()
|
||||
command("inoremap xx foo")
|
||||
|
||||
Reference in New Issue
Block a user