Module:Sandbox/Harryboyles/Article history/testcases: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
 
Line 1:
-- Example Unit tests for [[Module:Bananas]]. Click talk page to run tests.
local p = require('Module:UnitTests')
 
function p.:test_hello()
self:preprocess_equals("Test"'{{#invoke:Bananas | hello}}', 'Hello, "Test"world!')
end
 
return p