aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
authorblmage <bl.mage.fr@gmail.com>2019-06-20 21:08:09 +0200
committerblmage <bl.mage.fr@gmail.com>2019-06-20 21:55:31 +0200
commit449c133406dec231e61b8a3ecbbdfac2cbc00dbc (patch)
tree3e13907fa48cec57424ea08813b20c024b5ff443 /test/Tests
parente683707d60e6d6d793b6a9697d96cb61900a2621 (diff)
downloadpandoc-449c133406dec231e61b8a3ecbbdfac2cbc00dbc.tar.gz
Add a test for MathML formulas in ODT documents
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Readers/Odt.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Tests/Readers/Odt.hs b/test/Tests/Readers/Odt.hs
index c741c71b4..d66a4e98b 100644
--- a/test/Tests/Readers/Odt.hs
+++ b/test/Tests/Readers/Odt.hs
@@ -152,6 +152,7 @@ namesOfTestsComparingToMarkdown = [ "bold"
, "endnote"
, "externalLink"
, "footnote"
+ , "formula"
, "headers"
-- , "horizontalRule"
, "italic"