-- Example Unit tests for [[Module:VitosmoCode]]. Click talk page to run tests. local p = require('Modul:UnitTests') function p:test_hello() self:preprocess_equals('{{#invoke:VitosmoCode | hello}}', 'Hello, world!') end return p