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:
Daniel Hahler
2019-06-29 22:25:00 +02:00
committed by GitHub
parent 9875372607
commit 52fced6090
3 changed files with 7 additions and 5 deletions

View File

@@ -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')