We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a36350 commit e1dc2e1Copy full SHA for e1dc2e1
MoonPress.Rendering.Tests/MarkdownRendererTests.cs
@@ -76,7 +76,7 @@ public void RenderMarkdown_EmptyFields_RendersEmptyStrings()
76
Assert.That(result, Does.Contain("id: "));
77
Assert.That(result, Does.Contain("title: "));
78
Assert.That(result, Does.Contain("summary: "));
79
- Assert.That(result, Does.Contain("---\n\n"));
+ Assert.That(result, Does.Contain("---"));
80
}
81
82
[Test]
0 commit comments