New line char has to be double quoted
This commit is contained in:
@@ -33,7 +33,7 @@ describe 'XSD checks' do
|
|||||||
end
|
end
|
||||||
|
|
||||||
unless errors.empty?
|
unless errors.empty?
|
||||||
fail errors.join('\n')
|
fail errors.join("\n")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user