mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 12:03:19 +00:00
line endings are the worst
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user