https://en.wikipedia.org/w/index.php?action=history&feed=atom&title=Module%3AUnsubst%2FtestcasesModule:Unsubst/testcases - Revision history2025-05-30T07:11:05ZRevision history for this page on the wikiMediaWiki 1.45.0-wmf.3https://en.wikipedia.org/w/index.php?title=Module:Unsubst/testcases&diff=1216615549&oldid=prevDamarcus1: jun2024-04-01T01:52:16Z<p>jun</p>
<p><b>New page</b></p><div>-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests.<br />
local p = require('Module:UnitTests')<br />
<br />
-- Example unit test.<br />
function p:test_hello()<br />
self:preprocess_equals('{{#invoke:Example | hello}}', 'Hello, world!')<br />
end<br />
<br />
return p</div>Damarcus1