summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2015-02-19 00:24:04 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2015-02-19 00:24:04 -0500
commit29955267722d30708e6acb5425f64cc02c796be0 (patch)
tree329fc21e2ecdd2fb9e6e1e0225476054264fb2b7 /tests/Tests/Readers
parenta01913b45c00891006a935f0d4f0a0cf2e054190 (diff)
Docx reader: Add tests for new list style parsing.
Diffstat (limited to 'tests/Tests/Readers')
-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 d7278b7c2..724d2fabd 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -172,6 +172,10 @@ tests = [ testGroup "inlines"
"docx/definition_list.docx"
"docx/definition_list.native"
, testCompare
+ "custom defined lists in styles"
+ "docx/german_styled_lists.docx"
+ "docx/german_styled_lists.native"
+ , testCompare
"footnotes and endnotes"
"docx/notes.docx"
"docx/notes.native"