diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-06-22 01:58:41 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-06-22 01:58:41 -0400 |
commit | ed43513087b514a5240fde04784dbf8709182513 (patch) | |
tree | 8318fa059ee7adb1103d0de5792a116b30b23502 /tests/Tests/Readers | |
parent | b3df3a38611fe4fd03fa2d4e38ba45ae7cf8fe08 (diff) | |
download | pandoc-ed43513087b514a5240fde04784dbf8709182513.tar.gz |
Docx reader tests: add tests for normalization deep in blocks.
Diffstat (limited to 'tests/Tests/Readers')
-rw-r--r-- | tests/Tests/Readers/Docx.hs | 4 |
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 |