aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2018-03-20 11:24:19 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2018-03-20 12:16:34 +0300
commit268c73c873b93daf3321d38d659be7849579c7f0 (patch)
tree7eb4e2c0db9e395cfc4be0ea1a08c89b98af2882 /test/Tests/Writers
parentd63bba30661182f15e56d07997ee0f7b539eb2ce (diff)
downloadpandoc-268c73c873b93daf3321d38d659be7849579c7f0.tar.gz
Muse writer: escape ";" to avoid accidental comments
Diffstat (limited to 'test/Tests/Writers')
-rw-r--r--test/Tests/Writers/Muse.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Tests/Writers/Muse.hs b/test/Tests/Writers/Muse.hs
index 2728fd9f9..04f6de449 100644
--- a/test/Tests/Writers/Muse.hs
+++ b/test/Tests/Writers/Muse.hs
@@ -321,6 +321,7 @@ tests = [ testGroup "block elements"
, ""
, " <verbatim>-</verbatim> bar"
]
+ , "escape ; to avoid accidental comments" =: text "; foo" =?> "<verbatim>;</verbatim> foo"
]
, testGroup "emphasis"
[ "emph" =: emph (text "foo") =?> "<em>foo</em>"