This is an old revision of this page, as edited by Pedantical(talk | contribs) at 05:56, 7 January 2024(create initial testcases page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.Revision as of 05:56, 7 January 2024 by Pedantical(talk | contribs)(create initial testcases page)
-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests.localp=require('Module:UnitTests')-- Example unit test.functionp:test_hello()self:preprocess_equals('{{#invoke:Example | hello}}','Hello, world!')endreturnp