summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Docx.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-09-04 19:39:49 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-09-04 19:39:49 -0400
commit08359c44e48987212867dc24f4db83ee611c8246 (patch)
treed6ddaa6925317e5b3cccb07d5f7c138248b9b3da /tests/Tests/Readers/Docx.hs
parentac8ed1fa93f4ddb9d11744ec42c5224654d61dbf (diff)
Docx Reader: Add tests for numbered headers.
Diffstat (limited to 'tests/Tests/Readers/Docx.hs')
-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 234b1b5b7..83f572131 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -153,6 +153,10 @@ tests = [ testGroup "inlines"
"docx/already_auto_ident.docx"
"docx/already_auto_ident.native"
, testCompare
+ "numbered headers automatically made into list"
+ "docx/numbered_header.docx"
+ "docx/numbered_header.native"
+ , testCompare
"lists"
"docx/lists.docx"
"docx/lists.native"