diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-06-21 17:58:32 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-06-22 00:46:19 -0400 |
commit | ca4add679ce6dd438cc3f6d58f82d04a9ad6305e (patch) | |
tree | 5956f394b50576255f63aeb2253bfde6521681ca /tests/Tests | |
parent | 9c7e0dc84b2384347099827999f0e2f7be4f7e51 (diff) | |
download | pandoc-ca4add679ce6dd438cc3f6d58f82d04a9ad6305e.tar.gz |
Add normalization test.
Add torture-test for new normalization functions.
One problem that this test demonstrates is that word has a tendency to
turn off formatting at a space, and then turn it back on after. I'm not
sure yet whether this is something we should fix.
Diffstat (limited to 'tests/Tests')
-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 e8fa33241..74184efc6 100644 --- a/tests/Tests/Readers/Docx.hs +++ b/tests/Tests/Readers/Docx.hs @@ -74,6 +74,10 @@ tests = [ testGroup "inlines" "literal tabs" "docx.tabs.docx" "docx.tabs.native" + , testCompare + "normalizing inlines" + "docx.normalize.docx" + "docx.normalize.native" ] , testGroup "blocks" [ testCompare |