-- Example Unit tests for [[Module:Error]]. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_error() self:preprocess_equals('{{#invoke:Error|error|Example error message}}', '{{Error|Example error message}}') end return p