Module:FillDate/testcases explained

-- Unit tests for . Click talk page to run tests.local p = require('Module:UnitTests')

-- Example unit test.function p:test_hello self:preprocess_equals('', '1 January 2023') self:preprocess_equals('', '1 March 2023') self:preprocess_equals('', '14 March 2023')end

return p