Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Reply to/testcases: Revision history

From Kenshi Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

8 March 2025

  • curprev 21:5221:52, 8 March 2025 Prd talk contribs 5,909 bytes +5,909 Created page with "local libName = 'Module:Reply to' local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() local frame = mw.getCurrentFrame() -- Helper to run all tests using sandbox version of the library from the debug console. To run against main lib, use =p.run() function suite.runSandbox() return suite.run(frame:newChild{ title = libName .. '/testcases', args = { module = libName .. '/sandbox', displayMode = 'log' }, }) end -- Allow te..."