Modulo:UnitTests: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m fix tag HTML |
+NOTALK |
||
Riga 165:
failures = "fallito"
end
return '__NOTALK__\n' .. (num_failures == 0 and "<span style=\"color:#008000\">'''Passati tutti i test.'''</span>" or "<span style=\"color:#800000\">'''" .. num_failures .. " test " .. failures .. ".'''</span>") .. "\n\n" .. frame:preprocess(result_table)
end
|