diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-06-23 14:33:38 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-06-23 14:33:38 -0700 |
commit | ac6756009fe997ff6e2c00cd7c2e74ef1877a4ab (patch) | |
tree | 7e446d04e287f378d94665a16b9c52b19022b0ae /tests/Tests | |
parent | 87ab01637e1dc0f583277828bc458567a72e38ce (diff) | |
parent | 9b954fa855158d99b4ddba7c3ffe7f2fed7ce25f (diff) | |
download | pandoc-ac6756009fe997ff6e2c00cd7c2e74ef1877a4ab.tar.gz |
Merge pull request #1366 from jkr/reducible3
Docx rewrite and cleanup (in terms of Reducible typeclass)
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 ffb079eee..a42dc31e9 100644 --- a/tests/Tests/Readers/Docx.hs +++ b/tests/Tests/Readers/Docx.hs @@ -82,6 +82,10 @@ tests = [ testGroup "inlines" "normalizing inlines deep inside blocks" "docx.deep_normalize.docx" "docx.deep_normalize.native" + , testCompare + "move trailing spaces outside of formatting" + "docx.trailing_spaces_in_formatting.docx" + "docx.trailing_spaces_in_formatting.native" ] , testGroup "blocks" [ testCompare |