Content deleted Content added
Danmichaelo (talk | contribs) No edit summary |
Danmichaelo (talk | contribs) test deepToString |
||
Line 1:
local deepToString = require("Module:User:Anomie/deepToString")
-------------------------------------------------------------------------------
-- Unit tests for Scribunto.
Line 224 ⟶ 226:
DebugHelper.raise({
ScribuntoUnit = true,
text = string.format("Failed to assert that %s equals expected %s",
deepToString.deepToString(actual),
deepToString.deepToString(expected)),
actual = actual,
expected = expected,
|