Module:Sandbox/Chrisportelli/testcases: Difference between revisions

Content deleted Content added
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...'
 
No edit summary
Line 3:
 
-- Example unit test.
function p:nounCount_10test_nounCount_10()
self:preprocess_equals('{{#invoke:Sandbox/Chrisportelli/sandbox|nounCount|number=10|singular=artiklu|plural=artikli}}', '10 artikli')
end