Content deleted Content added
fix |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 9:
-------------------------------------------------------------------------------
local function classMask(args, page)
local title = page and mw.title.new(page)
local pagetype = require('Module:Pagetype')._main({page = page, dab = 'disambiguation page'})
return mClassMask.class_mask(args[1], title, args.FQS, pagetype)
end
Line 41 ⟶ 42:
suite['test_' .. t.name] = function (self)
self:assertGradeEquals(t.expected, t.trigger, {}, t.page)
end
suite['test_' .. t.name .. '_on_redirect'] = function (self)
|