superlint/test/linters/lua/lua_bad_1.lua

10 lines
149 B
Lua
Raw Normal View History

2020-07-24 13:27:54 -04:00
package.loaded[...] = {}
local function helper(...)
-- NYI
end
function embrace(opt)
local opt = opt or "default"
return hepler(opt.."?")