Jump to content

Module:Link with country/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Hohum (talk | contribs) at 23:13, 19 May 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests.
local p = require('Module:UnitTests')

-- Example unit test.
function p:countrynames()
	self:preprocess_equals('{{#invoke:Example | hello}}', 'Hello, world!')
end

return p