From 449c133406dec231e61b8a3ecbbdfac2cbc00dbc Mon Sep 17 00:00:00 2001 From: blmage Date: Thu, 20 Jun 2019 21:08:09 +0200 Subject: Add a test for MathML formulas in ODT documents --- test/Tests/Readers/Odt.hs | 1 + test/odt/markdown/formula.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 test/odt/markdown/formula.md (limited to 'test') 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" diff --git a/test/odt/markdown/formula.md b/test/odt/markdown/formula.md new file mode 100644 index 000000000..3cf39ae66 --- /dev/null +++ b/test/odt/markdown/formula.md @@ -0,0 +1 @@ +$$E = {m \cdot c^{2}}$$ \ No newline at end of file -- cgit v1.2.3