Added test for link inside image

This commit is contained in:
Alex Xandra Albert Sim 2013-09-09 12:51:20 +07:00
parent 3f24fadb28
commit da8f2753e2

View File

@ -390,6 +390,9 @@ func TestInlineLink(t *testing.T) {
"[link]( with whitespace )\n", "[link]( with whitespace )\n",
"<p><a href=\"with whitespace\">link</a></p>\n", "<p><a href=\"with whitespace\">link</a></p>\n",
"[![image](someimage)](with image)\n",
"<p><a href=\"with image\"><img src=\"someimage\" alt=\"image\" />\n</a></p>\n",
"[link](url \"one quote)\n", "[link](url \"one quote)\n",
"<p><a href=\"url &quot;one quote\">link</a></p>\n", "<p><a href=\"url &quot;one quote\">link</a></p>\n",