mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-03 19:22:02 +08:00
Removed leading whitespace
This commit is contained in:
@ -123,7 +123,7 @@ class ParseOutput
|
||||
return unless @xml_out
|
||||
|
||||
@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>'
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user