![]() | This is the test cases page for the module Module:Wd. Results of the test cases. |
-- Unit tests for [[Module:Wd]]. Click talk page to run tests.
local p = require('Module:UnitTests')
function p:test()
self:preprocess_equals('{{#invoke:Wd|property }}', '')
self:preprocess_equals('{{#invoke:Wd|property | hello}}', '')
self:preprocess_equals('{{#invoke:Wd|_property }}', '')
self:preprocess_equals('{{#invoke:Wd|_property | hello}}', '')
end
return p