Module:Date/testcases
Appearance
| This is the test cases page for the module Module:Date. Results of the test cases. |
-- Unit tests for [[Module:Date]]. Click talk page to run tests.
local p = require('Module:UnitTests')
function p:test_date_construction()
self:preprocess_equals_preprocess_many('{{#invoke:Date/sandbox|_Date|', '}}', '{{#invoke:Date|_Date|', '}}',
{
{1990, 5, 10, 'julian'},
{2020, 4, 10, 12, 20, 22, 'julian'},
{'currentdate'},
{'currentdatetime'},
{'1 April 1995', 'julian'},
{'5 April 2012 AD', 'julian'},
{'04:30:59 1 April 1995', 'julian'}
}, {nowiki = 1})
end
return p