line endings are the worst

This commit is contained in:
Brendan Forster
2014-10-14 10:15:59 -02:00
parent 425250dff6
commit d8740ea854
@@ -33,7 +33,7 @@ public class MiscellaneousClientTests
var result = await github.Miscellaneous.RenderRawMarkdown("This is a **test**");
Assert.Equal("<p>This is a <strong>test</strong></p>", result);
Assert.Equal("<p>This is a <strong>test</strong></p>\n", result);
}
}
}