-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests. local p = require('Module:UnitTests') -- Example unit test. function p:main() self:preprocess_equals('{{#invoke:Find country | "France is lovely at this time of year"}}') end return p