test: lint

This commit is contained in:
Justin M. Keyes 2017-09-04 08:46:10 +02:00
parent 541dde36e3
commit 3922237b14

View File

@ -382,7 +382,7 @@ describe('api', function()
helpers.expect([[ helpers.expect([[
FIRST LINE FIRST LINE
SECOND LINE]]) SECOND LINE]])
eq('it worked...', eval('g:foo')) eq('it worked...', helpers.eval('g:foo'))
end) end)
it('does not complete/interrupt insert-mode mapping', function() it('does not complete/interrupt insert-mode mapping', function()
command("inoremap xx foo") command("inoremap xx foo")