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:Text/sandbox/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.

2 March 2025

  • curprev 04:4504:45, 2 March 2025 Prd talk contribs 8,633 bytes +8,633 Created page with "local p = require('Module:UnitTests') local Text = require('Module:Text/sandbox').Text() -- Tests re-written in Lua from https://de.wikipedia.org/wiki/Wikipedia:Lua/Modul/Text/Test version 198988523 function p:testChar() self:equals('',Text.char(),'') self:equals('<code>{65,104,97}</code>',Text.char({65,104,97}),'Aha') self:equals('<code>{"65",104,97}</code>',Text.char({"65",104,97}),'Aha') self:equals('<code>{98,108,97},2</code>',Text.char({98,108,97},2),'blabla'..."