lol tests

This commit is contained in:
Brendan Forster
2014-12-10 21:22:16 +10:30
parent 0c5dc6b663
commit 87c579c33f

View File

@@ -33,8 +33,7 @@ public class MiscellaneousClientTests
var result = await github.Miscellaneous.RenderRawMarkdown("This is\r\n a **test**");
Assert.Equal("<p>This is a <strong>test</strong></p>\n", result);
//Assert.Equal("<p>This is\n a <strong>test</strong></p>\n", result);
Assert.Equal("<p>This is\n a <strong>test</strong></p>\n", result);
}
}
}