Skip to content

Commit

Permalink
remove commonmark test markedjs#478 because we treat U+00A0 (non-brea…
Browse files Browse the repository at this point in the history
…king space) as a regular space. FIXME
  • Loading branch information
Feder1co5oave committed Mar 5, 2018
1 parent 3afc360 commit 29d33d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions test/new/cm_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ <h3 id="example-477">Example 477</h3>

<p><a href="/url" title="title &quot;&quot;">link</a></p>

<h3 id="example-478">Example 478</h3>

<p><a href="/url%C2%A0%22title%22">link</a></p>

<h3 id="example-479">Example 479</h3>

<p>[link](/url &quot;title &quot;and&quot; title&quot;)</p>
Expand Down
4 changes: 0 additions & 4 deletions test/new/cm_links.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ However, if you have ANY unbalanced parentheses, you need to escape or use the <

[link](/url "title \"&quot;")

### Example 478

[link](/url "title")

### Example 479

[link](/url "title "and" title")
Expand Down

0 comments on commit 29d33d9

Please sign in to comment.