test: lint whitespace in legacy/ (#7308)

This commit is contained in:
KillTheMule
2017-09-24 20:42:48 +02:00
committed by Justin M. Keyes
parent 2b4a52f901
commit 126b2ca077
41 changed files with 151 additions and 116 deletions

View File

@@ -7,6 +7,7 @@ local clear, feed_command, expect = helpers.clear, helpers.feed_command, helpers
describe('Virtual replace mode', function()
setup(clear)
-- luacheck: ignore 621 (Indentation)
it('is working', function()
-- Make sure that backspace works, no matter what termcap is used.
feed_command('set t_kD=x7f t_kb=x08')