Main public logs
More actions
Combined display of all available logs of Kenshi Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:23, 26 February 2025 Prd talk contribs created page Module:ScribuntoUnit/testcases (Created page with "local ScribuntoUnit = require('Module:ScribuntoUnit') local p = {} -------------------------------------------------------------------------------- -- Test assertEquals local function testAssertEquals(msg, expected, actual, shouldFail) local out = msg .. ' ' local errmsg = '' local success, details = pcall(function () local suite = ScribuntoUnit:new() suite:assertEquals(expected, actual) end) if not success and (type(details) ~= 'table' or not details.Scri...")