Jump to content

Module:Bananas/testcases

विकिपीडिया से
imported>TheDJ (TheDJ moved page Module:Bananas/tests to Module:Bananas/testcases without leaving a redirect: Let's keep the same name we use in Template namespaces.) के द्वारा 12:20, 21 मार्च 2013 के बदलाव
-- 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