mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
Added test for #882.
This commit is contained in:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user