Jump to content

Module:ScribuntoUnit/testcases: Revision history


Here you can take a look at older versions of this page, and compare different versions.

  • Click the date to see an old version.
  • To compare two versions (changes), click the circles (in separate columns) next to them. Then click the Compare button to see the differences between them.
  • You can use (cur) to compare an old version with the newest (or current) one. You can use (last) to compare any version with the one just before it.
  • The letter m next to a change means that the change was marked as small (or minor).

4 November 2021

  • curlast 01:4201:42, 4 November 2021 MeritedElm63160 talk changes 1,218 bytes +1,218 Created page with "local ScribuntoUnit = require('Module:ScribuntoUnit') local p = {} -------------------------------------------------------------------------------- -- Test assertEquals local function testAssertEquals(msg, expected, actual, shouldFail) local out = msg .. ' ' local errmsg = '' local success, details = pcall(function () local suite = ScribuntoUnit:new() suite:assertEquals(expected, actual) end) if not success and (type(details) ~= 'table' or not details.Scri..."