Toggle menu
9
205
64
18.8K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:WikitextParser/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 03:4503:45, 7 March 2025 Prd talk contribs 12,403 bytes +12,403 Created page with "local W = require( 'Module:WikitextParser' ) local testpage = mw.title.new( 'Module:WikitextParser/testpage' ):getContent() local ScribuntoUnit = require( 'Module:ScribuntoUnit' ) local Suite = ScribuntoUnit:new() function Suite:testLead() self:assertEquals( '', W.getLead( '' ) ) self:assertEquals( '', W.getLead( '==b==' ) ) self:assertEquals( 'a', W.getLead( 'a' ) ) self:assertEquals( 'a', W.getLead( 'a', 'a\n==b==' ) ) self:assertEquals( 'This test page interacts..."