summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Docx.hs
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-10-25 16:00:27 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-10-25 16:00:27 -0400
commitc0ddcb359e549b8631ec22c4aa8d97f72298be87 (patch)
tree470c91ffc99a5a0003ae0392a9391f1bb2091a36 /tests/Tests/Readers/Docx.hs
parent96c4b9e2e68295930b87e35cbff554623faea5a3 (diff)
Docx reader: add tests for i18n headers.
This tests blockquotes and headers in Russian. Previous tests make sure that this doesn't produce a regression in en-us Header and Blockquotes.
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 584e7cc94..3be80f9f5 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -160,6 +160,10 @@ tests = [ testGroup "inlines"
"docx/danish_headers.docx"
"docx/danish_headers.native"
, testCompare
+ "i18n blocks (headers and blockquotes)"
+ "docx/i18n_blocks.docx"
+ "docx/i18n_blocks.native"
+ , testCompare
"lists"
"docx/lists.docx"
"docx/lists.native"