Module:Sandbox/Chrisportelli/testcases

This is an old revision of this page, as edited by Chrisportelli (talk | contribs) at 06:55, 3 May 2020. 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:test_nounCount_10()
	self:preprocess_equals('{{#invoke:Sandbox/Chrisportelli/sandbox|nounCount|number=10|singular=artiklu|plural=artikli}}', '10 artikli')
end

return p