Module:Tablebuilder/testcases

From PKC
Jump to navigation Jump to search

Documentation for this module may be created at Module:Tablebuilder/testcases/doc

-- Unit tests.  Click talk page to run tests.
return {
    test = {
        options = {
            mode   = 'invocation',
            nowiki = false
        },
        tests = {
            { nil, '<table class="wikitable"><caption>Table</caption><tr><td style="color:green">green</td><th>2</th></tr><tr><td>44</td><td>3</td></tr><tr><td>6</td><td>8</td></tr><tr><td>7</td><td>2</td></tr></table>' }
        }
    }
}