From fe7443654006e1b461aa480445c3ef58fa942b07 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Wed, 22 Nov 2017 16:13:00 +0300 Subject: Muse writer: test that inline math conversion result is normalized Without normalization this test produced abc --- test/Tests/Writers/Muse.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Tests/Writers/Muse.hs') diff --git a/test/Tests/Writers/Muse.hs b/test/Tests/Writers/Muse.hs index b5931b7db..77e741534 100644 --- a/test/Tests/Writers/Muse.hs +++ b/test/Tests/Writers/Muse.hs @@ -313,6 +313,7 @@ tests = [ testGroup "block elements" , testGroup "math" [ "inline math" =: math "2^3" =?> "23" , "display math" =: displayMath "2^3" =?> "23" + , "multiple letters in inline math" =: math "abc" =?> "abc" ] , "raw inline" =: rawInline "html" "marked text" -- cgit v1.2.3