Toggle menu
14
236
69
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/showcase: 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 2,529 bytes +2,529 Created page with "local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() function suite:testAssertTrueSuccessful() self:assertTrue(true) self:assertTrue(true, "A custom message") end function suite:testAssertTrueFailed() self:assertTrue(false) end function suite:testAssertTrueFailedWithMessage() self:assertTrue(false, "A custom message") end function suite:testAssertStringContainsSuccessful() self:assertStringContains("contained", "has contained")..."