Module:Sandbox/Danmichaelo/testcases
![]() | This is the test cases page for the module Module:Sandbox/Danmichaelo. Results of the test cases. |
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