test/functional: clean up according to luacheck (part 1)

This commit is contained in:
Marco Hinz
2015-11-17 22:44:00 +01:00
parent 32ecd75a16
commit 4a69e55f39
51 changed files with 115 additions and 137 deletions

View File

@@ -4,8 +4,8 @@
-- actually tried.
local helpers = require('test.functional.helpers')
local feed, insert, source = helpers.feed, helpers.insert, helpers.source
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
local insert, source = helpers.insert, helpers.source
local clear, expect = helpers.clear, helpers.expect
describe('regex with multi-byte', function()
setup(clear)