Template:Documentation/preload-module-testcases

From IDU Wiki
Revision as of 06:12, 7 December 2022 by Sanctaria (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

-- Unit tests for Module:Documentation. Click talk page to run tests. local p = require('Module:UnitTests')

-- Example unit test. function p:test_hello() self:preprocess_equals('Script error: No such module "Example".', 'Hello, world!') end

return p