Module:ScribuntoUnit/sandbox: Difference between revisions

Content deleted Content added
testing if we can use a single column "message" instead of the two columns "actual" and "expected"
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 .. '! !! NameTest name !! MessageError\n'
for _, result in ipairs(testData.results) do
text = text .. '|-\n'