mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-05 23:06:10 +00:00
lol tests
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user