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

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

26 February 2025

  • curprev 05:2305:23, 26 February 2025 Prd talk contribs 1,218 bytes +1,218 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..."