aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
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/Tests
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/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"