Content deleted Content added
|
|
-- ForExample example unitUnit tests, seefor [[Module:Bananas/tests]]. Click talk page to run tests.
local p = {}require('Module:UnitTests')
function p.hello:test_hello()
returnself:preprocess_equals('{{#invoke:Bananas "| hello}}', 'Hello, world!"')
end
return p
|