diff options
author | Daniel Hahler <git@thequod.de> | 2019-06-29 22:25:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-29 22:25:00 +0200 |
commit | 52fced6090aaf9c633e613e5fd46f0793705f22c (patch) | |
tree | f28618454530f922d399385d85da5e32de723c4a /test | |
parent | 9875372607cb5afd21780b3917b0ed6899098e7c (diff) | |
download | rneovim-52fced6090aaf9c633e613e5fd46f0793705f22c.tar.gz rneovim-52fced6090aaf9c633e613e5fd46f0793705f22c.tar.bz2 rneovim-52fced6090aaf9c633e613e5fd46f0793705f22c.zip |
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.
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/normal/put_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/normal/put_spec.lua b/test/functional/normal/put_spec.lua index 29cef13e39..40a4f051e3 100644 --- a/test/functional/normal/put_spec.lua +++ b/test/functional/normal/put_spec.lua @@ -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') |