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:Yesno/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.

7 March 2025

  • curprev 00:0400:04, 7 March 2025 Prd talk contribs 6,239 bytes +6,239 Created page with "local yesno = require('Module:Yesno') local yesnoSandbox = require('Module:Yesno/sandbox') local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() local function compareLiveAndSandbox(expected, liveValue, sandboxValue) local message = "Expected " .. tostring(expected) .. ". Got " suite:assertEquals(expected, liveValue, message .. tostring(liveValue) .. " from live module.") suite:assertEquals(expected, sandboxValue, message .. tostri..."