Module:Hello
Version vom 19. Dezember 2018, 00:03 Uhr von Thomas (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „-- Unit tests for Module:Hello. Click test page to run tests. local p = require( 'Module:UnitTests' ) function p:test_hello() self:preprocess_equals(…“)
-- 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