dev

This module contains testcases for its parent module, Switch.

See also


-- <nowiki>
-- Unit tests for [[Global Lua Modules/Switch]].
-- @see [[Module talk:Switch/testcases]]
return {
    main = {
        options = {
            mode   = 'invocation',
            nowiki = false
        },
        tests = {
            {                '',      '' },
            { 'v|v=test1|test2', 'test1' },
            {     '|#default=2',     '2' }
        }
    }
}
-- </nowiki>