aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-07-13 15:53:58 -0700
committerGitHub <noreply@github.com>2019-07-13 15:53:58 -0700
commita16311c225e9b9788ee6499e474f9a9170510b11 (patch)
treede02402064fc3acc433815854bc494778da7af1c /test
parent178416194617b330b280a5e4a9e894258c0f8b1f (diff)
parent449c133406dec231e61b8a3ecbbdfac2cbc00dbc (diff)
downloadpandoc-a16311c225e9b9788ee6499e474f9a9170510b11.tar.gz
Merge pull request #5606 from blmage/odt-frames
Improve the parsing of frames in ODT documents
Diffstat (limited to 'test')
-rw-r--r--test/Tests/Readers/Odt.hs1
-rw-r--r--test/odt/markdown/formula.md1
2 files changed, 2 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"
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