We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6beeb91 commit 4ba232bCopy full SHA for 4ba232b
SwiftHoedownTests/SwiftHoedownTests.swift
@@ -20,7 +20,7 @@ class SwiftHoedownTests: XCTestCase {
20
func testSmartQuotes() {
21
let markdown = "“This is a quote”\nFollowed by some text"
22
let html = Hoedown.renderHTMLForMarkdown(markdown, flags: .None, extensions: .None)
23
- XCTAssertEqual(html, "<p>“Blogging Like a Hacker”\n<em>_Check out the project at spelt.io</em></p>\n")
+ XCTAssertEqual(html, "<p>“This is a quote”\nFollowed by some text</p>\n")
24
// FAILS: This seems to be an issue with Hoedown. See: https://github.com/hoedown/hoedown/issues/179
25
}
26
0 commit comments