Module:Sandbox/Zackmann08
Jump to navigation
Jump to search
File:Test Template Info-Icon - Version (2).svg Module documentation[create] [purge]
-- Unit tests for [[Module:Age]]. Click talk page to run tests.
local p = require('Module:UnitTests/sandbox')
function p:test_birth_date_and_age()
self:preprocess_equals_preprocess_many(
'{{birth date and age|', '}}',
'{{birth date and age/sandbox|', '}}',
{
{'1990-12-12'},
},
{nowiki = 1, expected = 'Template:Birth date and age'}
)
end
return p