Added test for #882.

This commit is contained in:
John MacFarlane
2013-06-19 09:27:11 -07:00
parent e3b8b89d31
commit a2b98ba218
+5
View File
@@ -155,6 +155,11 @@ tests = [ testGroup "inline code"
]
, testGroup "bare URIs"
(map testBareLink bareLinkTests)
, testGroup "Headers"
[ "blank line before header" =:
"\n# Header\n"
=?> headerWith ("header",[],[]) 1 "Header"
]
, testGroup "smart punctuation"
[ test markdownSmart "quote before ellipses"
("'...hi'"