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).
- 02:28, 11 March 2025 Prd talk contribs created page Module:Exponential search/testcases (Created page with "requirestrict local search = require('Module:Exponential search') local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() local function makeTest(n) return function (i) return i <= n end end function suite:assertError(func, ...) local success, ret = pcall(func, ...) self:assertFalse(success) return ret end function suite:assertErrorMsg(msg, func, ...) local ret = self:assertError(func, ...) self:assertStringContains(msg, re...")