2015-05-28 20:13:28 +00:00
|
|
|
local function check_role(k, _)
|
|
|
|
local role = string.format('roles.list[%q]', k)
|
|
|
|
|
|
|
|
need_string(role)
|
|
|
|
end
|
|
|
|
|
2015-01-10 23:07:00 +00:00
|
|
|
need_string('roles.default', false)
|
2015-05-28 20:13:28 +00:00
|
|
|
need_table('roles.list', check_role, false)
|