mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-22 07:25:36 +00:00
Muse reader: add test for verse tag with one empty line
This commit is contained in:
@@ -347,6 +347,12 @@ tests =
|
||||
, text "\160\160One two three"
|
||||
, ""
|
||||
]
|
||||
, "Verse tag with empty line inside" =:
|
||||
T.unlines [ "<verse>"
|
||||
, ""
|
||||
, "</verse>"
|
||||
] =?>
|
||||
lineBlock [ "" ]
|
||||
, testGroup "Example"
|
||||
[ "Braces on separate lines" =:
|
||||
T.unlines [ "{{{"
|
||||
|
||||
Reference in New Issue
Block a user