You can edit almost every page by Creating an account and confirming your email.

Module:StringFunc/testcases

From EverybodyWiki Bios & Wiki
Revision as of 00:34, 31 March 2018 by WikiMaster (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:StringFunc/testcases/doc

-- Example Unit tests for [[Module:Bananas]]. Click talk page to run tests.
local p = require('Module:UnitTests')

function p:test_hello()
    self:preprocess_equals('{{#invoke:Bananas | hello}}', 'Hello, world!')
end

return p