Jump to content

Module:Date table sorting/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tsahee (talk | contribs) at 08:28, 4 January 2014 (Created page with 'local p = require('Module:UnitTests') function p:test_hello() self:preprocess_equals_preprocess_many('{{#invoke:Sandbox/dts | dts |', '}}', '{{dts', '}}', {...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = require('Module:UnitTests')

function p:test_hello()
	self:preprocess_equals_preprocess_many('{{#invoke:Sandbox/dts | dts |', '}}', '{{dts', '}}', {
		{'2013|1|2'},
		{'2013|10|12'}
	}
	)
end

return p