Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 829e838

Browse files
committed
New lines are a thing here
1 parent 1697db5 commit 829e838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/UnitTests/IO/LogEntryOutputProcessorTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public void ShouldParseSummaryAndDescription()
9090
"Author Person", "author@example.com",
9191
"Author Person", "author@example.com",
9292
"Rename RepositoryModelBase to RepositoryModel",
93-
"This is a line on the description",
93+
Environment.NewLine + "This is a line on the description",
9494
commitTime,
9595
commitTime,
9696
new List<GitStatusEntry>

0 commit comments

Comments
 (0)