From Wikipedia, the free encyclopedia
-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests.
localp=require('Module:UnitTests')
-- Example unit test.
functionp:test_hello()
self:preprocess_equals('{{#invoke:Example | hello}}','Hello, world!')
end
returnp