Content deleted Content added
Kammerer55 (talk | contribs) ←Created page with '-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests. local p = require('Module:UnitTests') -- Example unit test. function p:test_hello() self:preprocess_equals('{{#invoke:Example | hello}}', 'Hello, world!') end return p' |
Kammerer55 (talk | contribs) mNo edit summary |
||
Line 5:
function p:test_hello()
self:preprocess_equals('{{#invoke:Example | hello}}', 'Hello, world!')
self:preprocess_equals('{{#invoke:Example | hello}}', 'Hello, World!')
end
|