mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Use .ReplaceLineEndings() in TextFormatter
This commit is contained in:
@@ -7219,9 +7219,9 @@ B ")]
|
||||
string expectedText = """
|
||||
******UI Catalog: A comprehensive sample library for******
|
||||
**********************************************************
|
||||
_______ _ _ _____ _*
|
||||
_______ _ _ _____ _
|
||||
|__ __| (_) | | / ____| (_)
|
||||
| | ___ _ __ _ __ ___ _ _ __ __ _| || | __ _ _ _*
|
||||
| | ___ _ __ _ __ ___ _ _ __ __ _| || | __ _ _ _
|
||||
| |/ _ \ '__| '_ ` _ \| | '_ \ / _` | || | |_ | | | | |
|
||||
| | __/ | | | | | | | | | | | (_| | || |__| | |_| | |
|
||||
|_|\___|_| |_| |_| |_|_|_| |_|\__,_|_(_)_____|\__,_|_|
|
||||
@@ -7232,7 +7232,7 @@ B ")]
|
||||
**********************************************************
|
||||
""";
|
||||
|
||||
TestHelpers.AssertDriverContentsAre (expectedText, _output);
|
||||
TestHelpers.AssertDriverContentsAre (expectedText.ReplaceLineEndings (), _output);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user