Module:Hello

Aus Thomas Wiki
Zur Navigation springen Zur Suche springen

-- Unit tests for Module:Hello. Click test page to run tests. local p = require( 'Module:UnitTests' )

function p:test_hello()

   self:preprocess_equals( '{{#invoke:Hello | hello}}', 'Hello, world!' )

end

return p