Module:Sandbox/Chrisportelli/testcases

This is an old revision of this page, as edited by Chrisportelli (talk | contribs) at 06:54, 3 May 2020 (Created page with '-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests. local p = require('Module:UnitTests') -- Example unit test. function p:nounCount_10...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
-- Unit tests for [[Module:{{ROOTPAGENAME}}]]. Click talk page to run tests.
local p = require('Module:UnitTests')

-- Example unit test.
function p:nounCount_10()
	self:preprocess_equals('{{#invoke:Sandbox/Chrisportelli/sandbox|nounCount|number=10|singular=artiklu|plural=artikli}}', '10 artikli')
end

return p