Modul:Hello/test
Erscheinungsbild
Modul:Vorlage:LuaModuleDoc:144: attempt to index field 'wikibase' (a nil value)
-- 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