Skip to content

Commit

Permalink
Add test for issue 172
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kwok committed Apr 3, 2016
1 parent 232d06c commit 69f51af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,10 @@ func TestReferenceLink(t *testing.T) {

"[link][ref]\n [ref]: /url/",
"<p><a href=\"/url/\">link</a></p>\n",

// Issue 172 in blackfriday
"[]:<",
"<p>[]:&lt;</p>\n",
}
doLinkTestsInline(t, tests)
}
Expand Down

0 comments on commit 69f51af

Please sign in to comment.