From 268c73c873b93daf3321d38d659be7849579c7f0 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Tue, 20 Mar 2018 11:24:19 +0300 Subject: Muse writer: escape ";" to avoid accidental comments --- test/Tests/Writers/Muse.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Tests/Writers') 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" , "" , " - bar" ] + , "escape ; to avoid accidental comments" =: text "; foo" =?> "; foo" ] , testGroup "emphasis" [ "emph" =: emph (text "foo") =?> "foo" -- cgit v1.2.3