aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-06-24 11:48:23 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-06-24 12:11:57 -0400
commit2621482d69d96a7f069133e57f6df8a479ad5111 (patch)
treeb8ff8e5400a8237c3272b4e715e932102a38cb5a /tests/Tests
parentbebea5e936d6c3c90b977a1b8f69bb3a290d30dc (diff)
downloadpandoc-2621482d69d96a7f069133e57f6df8a479ad5111.tar.gz
Docx Reader: add failing defintion list tests.
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Readers/Docx.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs
index c49bee14e..4d062bbc0 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -101,6 +101,10 @@ tests = [ testGroup "inlines"
"docx.lists.docx"
"docx.lists.native"
, testCompare
+ "definition lists"
+ "docx.definition_list.docx"
+ "docx.definition_list.native"
+ , testCompare
"footnotes and endnotes"
"docx.notes.docx"
"docx.notes.native"