-- Unit tests. Click talk page to run tests.local p = require('Module:UnitTests');
function p:testJulianDay self:preprocess_equals_preprocess_many('', '',);end
function p:testYearOfJulianDay self:preprocess_equals_preprocess_many('', '',);end
function p:testMonthOfJulianDay self:preprocess_equals_preprocess_many('', '',);end
function p:testDayOfJulianDay self:preprocess_equals_preprocess_many('', '',);end
function p:testJulianDayJulian self:preprocess_equals_preprocess_many('', '',);end
function p:testGregorianSerialDate self:preprocess_equals_preprocess_many('', '',);end
return p;