mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
Fix newline conflict errors.
This commit is contained in:
@@ -409,7 +409,7 @@ partial class TestHelpers {
|
||||
output?.WriteLine ("But Was:" + Environment.NewLine + actualLook);
|
||||
}
|
||||
|
||||
Assert.Equal (expectedLook, actualLook);
|
||||
Assert.Equal (expectedLook.Replace (Environment.NewLine, "\n"), actualLook.Replace (Environment.NewLine, "\n"));
|
||||
}
|
||||
#pragma warning restore xUnit1013 // Public method should be marked as test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user