diff options
Diffstat (limited to 'test/Tests')
-rw-r--r-- | test/Tests/Writers/Muse.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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" =?> "2<sup>3</sup>" - , "display math" =: displayMath "2^3" =?> "<verse>2<sup>3</sup></verse>" + , "display math" =: displayMath "2^3" =?> "2<sup>3</sup>" , "multiple letters in inline math" =: math "abc" =?> "<em>abc</em>" ] , "raw inline" |