Module:Wd/testcases: Difference between revisions

Content deleted Content added
Created page with '-- Example Unit tests for Module:Bananas. Click talk page to run tests. local p = require('Module:UnitTests') function p:test_hello() self:preprocess_eq...'
 
No edit summary
Line 7:
 
function p:test()
self:preprocess_equals('{{#invoke:Wd|property }}', '')
self:preprocess_equals('{{#invoke:Wd|property | hello}}', '')
end