This module contains testcases for its parent module, Tablebuilder.
See also
-- 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>' }
}
}
}