This is an old revision of this page, as edited by Boghog(talk | contribs) at 04:52, 20 April 2019(created test case). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.Revision as of 04:52, 20 April 2019 by Boghog(talk | contribs)(created test case)
-- Example Unit tests for [[Module:Bananas]]. Click talk page to run tests.localp=require('Module:UnitTests')functionp:test_hello()self:preprocess_equals('{{#invoke:Bananas | hello}}','Hello, world!')endreturnp