Module:Asof/testcases

From Commons Wiki
Jump to navigation Jump to search

Template:Testcases module


-- <nowiki>
-- Unit tests for [[Global Lua Modules/Asof]].
return {
    main = {
        options = {
            mode   = 'invocation',
            nowiki = true
        },
        tests = {
            {        '2015',          'As of 2015 [[Category:Dated statements from 2015]]' },
            {      '2015|4',    'As of April 2015 [[Category:Dated statements from 2015]]' },
            {    '2015|4|1', 'As of 01 April 2015 [[Category:Dated statements from 2015]]' },
            { '2015|June|1',  'As of 01 June 2015 [[Category:Dated statements from 2015]]' },
        }
    }
}
-- </nowiki>