From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by imported>Danmichaelo at 16:35, 14 September 2014. The present address (URL) is a permanent link to this version.Revision as of 16:35, 14 September 2014 by imported>Danmichaelo (diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation
Jump to search
local p = require('Module:UnitTests')
require('Module:Sandbox/Danmichaelo')
cfg = mw.loadData( 'Module:Citation/CS1/Configuration' );
function p:test_isodate()
self:equals('2010-03-01', formatIsoDate('2010-03-01'), '1 March 2010')
self:equals('some other text', formatIsoDate('some other text'), 'some other text')
end
return p