Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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

11 March 2025

  • curprev 23:1223:12, 11 March 2025 Prd talk contribs 4,238 bytes +4,238 Created page with "-- Unit tests for Module:ConvertNumeric/sandbox. Click talk page to run tests. local p = require('Module:UnitTests') local frame = mw.getCurrentFrame() local function get_error_text(wikitext) local message = frame:preprocess(wikitext):match('<strong class="error"><[^>]+>(.-)<[^>]+></strong>') message = message:match('at line %d+: (.+)%.$') or message return message end function p:test_numeral_to_english() self:preprocess_equals_many('{{#invoke:ConvertNumeric/sa..."