diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-07-29 09:26:18 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2014-07-29 13:05:19 -0400 |
commit | 54708da371e767cd42598ea8f7fbd7d45c57421b (patch) | |
tree | e3a4d29c94365f122f08ddd27257183dca2886f3 /tests/Tests | |
parent | 840108a9c11850089a27a3b5458f8561ab1b6a2e (diff) | |
download | pandoc-54708da371e767cd42598ea8f7fbd7d45c57421b.tar.gz |
Add and update docx tests in pandoc.cabal.
Diffstat (limited to 'tests/Tests')
-rw-r--r-- | tests/Tests/Readers/Docx.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs index 8ad9e08ba..b1a966969 100644 --- a/tests/Tests/Readers/Docx.hs +++ b/tests/Tests/Readers/Docx.hs @@ -170,10 +170,6 @@ tests = [ testGroup "inlines" "docx.metadata.docx" "docx.metadata.native" , testCompareWithOpts def{readerStandalone=True} - "linebreak between authors" - "docx.metadata_author_linebreak.docx" - "docx.metadata_author_linebreak.native" - , testCompareWithOpts def{readerStandalone=True} "stop recording metadata with normal text" "docx.metadata_after_normal.docx" "docx.metadata_after_normal.native" |