summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Docx.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-09-05 22:07:06 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-09-05 22:07:06 -0400
commitf56e0e958a1f2d1332bdb350205ee38afcaf4a1c (patch)
tree5005f77c01925f537fb66ab0eed11550dbe60667 /tests/Tests/Readers/Docx.hs
parent71452946d9f4d76a993c6a0ff5d51c416487bcf3 (diff)
Docx reader: Add test for polyglot headers.
Only Danish at the moment.
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 83f572131..565d117e9 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -157,6 +157,10 @@ tests = [ testGroup "inlines"
"docx/numbered_header.docx"
"docx/numbered_header.native"
, testCompare
+ "headers in other languages"
+ "docx/danish_headers.docx"
+ "docx/danish_headers.native"
+ , testCompare
"lists"
"docx/lists.docx"
"docx/lists.native"