Toggle menu
15
236
70
27.6K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Exponential search/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.

11 March 2025

  • curprev 02:2802:28, 11 March 2025 Prd talk contribs 3,139 bytes +3,139 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..."