summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-06-22 01:58:41 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-06-22 01:58:41 -0400
commited43513087b514a5240fde04784dbf8709182513 (patch)
tree8318fa059ee7adb1103d0de5792a116b30b23502 /tests/Tests/Readers
parentb3df3a38611fe4fd03fa2d4e38ba45ae7cf8fe08 (diff)
Docx reader tests: add tests for normalization deep in blocks.
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 74184efc6..ffb079eee 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -78,6 +78,10 @@ tests = [ testGroup "inlines"
"normalizing inlines"
"docx.normalize.docx"
"docx.normalize.native"
+ , testCompare
+ "normalizing inlines deep inside blocks"
+ "docx.deep_normalize.docx"
+ "docx.deep_normalize.native"
]
, testGroup "blocks"
[ testCompare