aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-06-21 23:14:03 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-06-21 23:14:03 -0700
commitcab16024fcba447f64b0254f54f3e0b4dd93bb99 (patch)
tree8318fa059ee7adb1103d0de5792a116b30b23502 /tests/Tests
parent08fe16e9720a3a191caf095d48e0a6c454039bf9 (diff)
parented43513087b514a5240fde04784dbf8709182513 (diff)
downloadpandoc-cab16024fcba447f64b0254f54f3e0b4dd93bb99.tar.gz
Merge pull request #1363 from jkr/newNormalize
Improve normalization
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Readers/Docx.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs
index e8fa33241..ffb079eee 100644
--- a/tests/Tests/Readers/Docx.hs
+++ b/tests/Tests/Readers/Docx.hs
@@ -74,6 +74,14 @@ tests = [ testGroup "inlines"
"literal tabs"
"docx.tabs.docx"
"docx.tabs.native"
+ , testCompare
+ "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