-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests. local p = require('Module:UnitTests') -- Example unit test. function p:test_main() self:preprocess_equals('{{#invoke:GHS phrases|main|H300}}', 'H300') end return p