aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Tests/Readers/Org/Directive.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Tests/Readers/Org/Directive.hs b/test/Tests/Readers/Org/Directive.hs
index 9e571473b..6d3c1ac52 100644
--- a/test/Tests/Readers/Org/Directive.hs
+++ b/test/Tests/Readers/Org/Directive.hs
@@ -150,6 +150,12 @@ tests =
] =?>
Pandoc nullMeta mempty
+ , "disable MathML-like entities" =:
+ T.unlines [ "#+OPTIONS: e:nil"
+ , "Icelandic letter: \\thorn"
+ ] =?>
+ para "Icelandic letter: \\thorn"
+
, "disable inclusion of todo keywords" =:
T.unlines [ "#+OPTIONS: todo:nil"
, "** DONE todo export"