From 9ff8bc64f9c873e2bcae6a1a46f71af9287d6753 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Mon, 29 Jan 2018 23:27:40 +0300 Subject: Muse writer: don't wrap displayMath into is a block tag and displayMath is an inline element. Writing around displayMath could result in nested tags. --- test/Tests/Writers/Muse.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Tests/Writers') diff --git a/test/Tests/Writers/Muse.hs b/test/Tests/Writers/Muse.hs index fda5c7c9e..f330d14c5 100644 --- a/test/Tests/Writers/Muse.hs +++ b/test/Tests/Writers/Muse.hs @@ -330,7 +330,7 @@ tests = [ testGroup "block elements" ] , testGroup "math" [ "inline math" =: math "2^3" =?> "23" - , "display math" =: displayMath "2^3" =?> "23" + , "display math" =: displayMath "2^3" =?> "23" , "multiple letters in inline math" =: math "abc" =?> "abc" ] , "raw inline" -- cgit v1.2.3