mdiep / MMMarkdown

An Objective-C framework for converting Markdown to HTML.
MIT License
1.25k stars 168 forks source link

fixed a MMAssertMarkdownEqualsHTML issue #85

Closed keefo closed 9 years ago

keefo commented 9 years ago

XCTAssertEqualObjects(nil, nil); could lead to all the test cases pass the test despite they are wrong.

mdiep commented 9 years ago

Thanks!