Module:Example/testcases
< Module:Example
Jump to navigation
Jump to search
Revision as of 20:30, 21 February 2020 by blackwiki>Pppery
Documentation for this module may be created at Module:Example/testcases/doc
-- Unit tests for [[Module:Example]]. Click talk page to run tests.
local p = require('Module:UnitTests')
function p:test_hello()
self:preprocess_equals('{{#invoke:Example | hello}}', 'Hello World!')
end
return p