Fixes word wrap.

This commit is contained in:
BDisp
2024-05-29 18:58:02 +01:00
parent c4301b3813
commit 698b28ea3c
2 changed files with 15 additions and 15 deletions

View File

@@ -8944,13 +8944,12 @@ line.
TestHelpers.AssertDriverContentsWithFrameAre (
@"
This is
the first
line.
This is
the
second
line.
This is
the first
line.
This is
the second
line.
",
_output
);