Content deleted Content added
Danmichaelo (talk | contribs) testing if we can use a single column "message" instead of the two columns "actual" and "expected" |
Danmichaelo (talk | contribs) No edit summary |
||
Line 416:
local successIcon, failIcon = self.frame:preprocess('{{tick}}'), self.frame:preprocess('{{cross}}')
local text = '{| class="wikitable scribunto-test-table"\n'
text = text .. '! !!
for _, result in ipairs(testData.results) do
text = text .. '|-\n'
|