diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2014-06-21 23:14:03 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2014-06-21 23:14:03 -0700 |
| commit | cab16024fcba447f64b0254f54f3e0b4dd93bb99 (patch) | |
| tree | 8318fa059ee7adb1103d0de5792a116b30b23502 /tests/Tests | |
| parent | 08fe16e9720a3a191caf095d48e0a6c454039bf9 (diff) | |
| parent | ed43513087b514a5240fde04784dbf8709182513 (diff) | |
| download | pandoc-cab16024fcba447f64b0254f54f3e0b4dd93bb99.tar.gz | |
Merge pull request #1363 from jkr/newNormalize
Improve normalization
Diffstat (limited to 'tests/Tests')
| -rw-r--r-- | tests/Tests/Readers/Docx.hs | 8 |
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 |
