Module:Sandbox/Zackmann08
Appearance
-- 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