mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
build: update some test dependencies (#10339)
* build: update some test dependencies * luacheck ignores * BuildLua: add ${BUSTED} to depends for ${BUSTED_LUA} This is required to rebuild it when busted gets updated.
This commit is contained in:
@@ -659,6 +659,7 @@ describe('put command', function()
|
||||
end)
|
||||
|
||||
describe('put after the line with virtualedit', function()
|
||||
-- luacheck: ignore 621
|
||||
local test_string = [[
|
||||
Line of words 1 test_stringx"
|
||||
Line of words 2]]
|
||||
@@ -855,6 +856,7 @@ describe('put command', function()
|
||||
end)
|
||||
|
||||
describe('. register special tests', function()
|
||||
-- luacheck: ignore 621
|
||||
before_each(reset)
|
||||
it('applies control character actions', function()
|
||||
feed('i<C-t><esc>u')
|
||||
|
Reference in New Issue
Block a user