Content deleted Content added
trying to allow for script error |
|||
Line 18:
function UnitTester:preprocess_equals(text, expected, options)
local
if actual == expected then
result_table = result_table .. '| ' .. tick
Line 39 ⟶ 38:
function UnitTester:preprocess_equals_preprocess(text1, text2, options)
local
local expected = frame:preprocess(text2)
if actual == expected then
|