Skip to content

Commit

Permalink
Fix Attributed String Visitor test.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgulan committed May 16, 2019
1 parent 94c3ee0 commit b308361
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Tests/VisitorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@ class VisitorTests: XCTestCase {
let expected = """
Heading
This is a paragraph with inline elements <p></p>
This is followed by a hard linebreak
This is after the linebreak
this is a link this is an image
This is followed by a hard linebreak\u{2028}This is after the linebreak
\u{2028}this is a link this is an image
this is a quote
code block
code block
Expand Down

0 comments on commit b308361

Please sign in to comment.