Module:Hello: Unterschied zwischen den Versionen

Aus Thomas Wiki
Zur Navigation springen Zur Suche springen
(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(…“)
 
(kein Unterschied)

Aktuelle Version vom 18. Dezember 2018, 22:03 Uhr

-- 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