Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Islcamical Commons. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:04, 26 November 2025 Shahroudi talk contribs created page Module:DateI18n/testcases (Created page with "local TUT = mw.title.new(mw.getCurrentFrame():getTitle()).basePageTitle -- the title under test local p = require(TUT.prefixedText)-- the module to be tested local Date = p._Date local ScribuntoUnit = require('Module:ScribuntoUnit') local suite = ScribuntoUnit:new() function suite:test_01_English() self:assertEquals( '20 July 1969, 20:17:40', Date({1969,07,20,20,17,40},'en')) self:assertEquals( '20 July 1969, 20:17', Date({1969,07,20,20,17},'en')) self:assertEqual...")