mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-29 19:24:27 +01:00
Removed leading whitespace
This commit is contained in:
@@ -123,7 +123,7 @@ class ParseOutput
|
|||||||
return unless @xml_out
|
return unless @xml_out
|
||||||
|
|
||||||
@array_list.push ' <testcase classname="' + @test_suite + '" name="' + test_name + '">'
|
@array_list.push ' <testcase classname="' + @test_suite + '" name="' + test_name + '">'
|
||||||
@array_list.push ' <failure type="ASSERT FAILED"> ' + reason + '</failure>'
|
@array_list.push ' <failure type="ASSERT FAILED">' + reason + '</failure>'
|
||||||
@array_list.push ' </testcase>'
|
@array_list.push ' </testcase>'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user