summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Docx.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-07-15 10:25:32 +0100
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-07-15 18:32:19 +0100
commit643435f1deb7db4d6795e0c9ac60f5daf1c8268f (patch)
tree577ce5d3ce00f2c60bc0d935b04cb003b7f78805 /tests/Tests/Readers/Docx.hs
parent58838996259d02700db33ca3cbb3fcbca0688e51 (diff)
Docx reader: Add test
Test auto ident header anchors with pandoc-generated pandoc.
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 a379bbf23..7b737f95a 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -97,6 +97,10 @@ tests = [ testGroup "inlines"
"docx.headers.docx"
"docx.headers.native"
, testCompare
+ "headers already having auto identifiers"
+ "docx.already_auto_ident.docx"
+ "docx.already_auto_ident.native"
+ , testCompare
"lists"
"docx.lists.docx"
"docx.lists.native"