Module:ScribuntoUnit/sandbox: Difference between revisions

Content deleted Content added
simpler error message
fix to make plain parameter work properly
Line 172:
}, 2)
end
local matchi, j = mw.ustring.matchfind(s, pattern, nil, plain)
if matchi then
local match = mw.ustring.sub(s, i, j)
DebugHelper.raise({
ScribuntoUnit = true,