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

@@ -40,7 +40,7 @@ describe('terminal window highlighting', function()
]])
end)
function descr(title, attr_num, set_attrs_fn)
local function descr(title, attr_num, set_attrs_fn)
local function sub(s)
return s:gsub('NUM', attr_num)
end