Module:Tablebuilder/testcases

From PKC
< Module:Tablebuilder
Revision as of 12:36, 11 January 2022 by Benkoo (talk | contribs) (Created page with "-- Unit tests. Click talk page to run tests. return { test = { options = { mode = 'invocation', nowiki = false }, tests...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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>' }
        }
    }
}