Jump to content

Module:Sandbox/Danmichaelo/testcases

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Danmichaelo (talk | contribs) at 16:35, 14 September 2014. The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
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