aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-07-29 09:26:18 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-07-29 13:05:19 -0400
commit54708da371e767cd42598ea8f7fbd7d45c57421b (patch)
treee3a4d29c94365f122f08ddd27257183dca2886f3 /tests
parent840108a9c11850089a27a3b5458f8561ab1b6a2e (diff)
downloadpandoc-54708da371e767cd42598ea8f7fbd7d45c57421b.tar.gz
Add and update docx tests in pandoc.cabal.
Diffstat (limited to 'tests')
-rw-r--r--tests/Tests/Readers/Docx.hs4
-rw-r--r--tests/docx.metadata.docxbin40487 -> 39538 bytes
-rw-r--r--tests/docx.metadata_after_normal.docxbin57273 -> 56276 bytes
-rw-r--r--tests/docx.metadata_author_linebreak.docxbin40481 -> 0 bytes
-rw-r--r--tests/docx.metadata_author_linebreak.native2
5 files changed, 0 insertions, 6 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"
diff --git a/tests/docx.metadata.docx b/tests/docx.metadata.docx
index 34182a87e..ccf50b475 100644
--- a/tests/docx.metadata.docx
+++ b/tests/docx.metadata.docx
Binary files differ
diff --git a/tests/docx.metadata_after_normal.docx b/tests/docx.metadata_after_normal.docx
index 16b8d583c..b94a016cb 100644
--- a/tests/docx.metadata_after_normal.docx
+++ b/tests/docx.metadata_after_normal.docx
Binary files differ
diff --git a/tests/docx.metadata_author_linebreak.docx b/tests/docx.metadata_author_linebreak.docx
deleted file mode 100644
index 94f0e0753..000000000
--- a/tests/docx.metadata_author_linebreak.docx
+++ /dev/null
Binary files differ
diff --git a/tests/docx.metadata_author_linebreak.native b/tests/docx.metadata_author_linebreak.native
deleted file mode 100644
index ed7ba63cf..000000000
--- a/tests/docx.metadata_author_linebreak.native
+++ /dev/null
@@ -1,2 +0,0 @@
-Pandoc (Meta {unMeta = fromList [("abstract",MetaInlines [Str "This",Space,Str "is",Space,Str "a",Space,Str "test",Space,Str "of",Space,Str "how",Space,Str "this",Space,Str "all",Space,Str "works.",Space,Str "I\8217ve",Space,Str "skipped",Space,Str "lines",Space,Str "here,",Space,Str "which",Space,Str "pandoc",Space,Str "doesn\8217t",Space,Str "do,",Space,Str "but",Space,Str "which",Space,Str "shouldn\8217t",Space,Str "make",Space,Str "a",Space,Str "difference."]),("author",MetaList [MetaInlines [Str "Mary",Space,Str "Ann",Space,Str "Evans"],MetaInlines [Str "Aurore",Space,Str "Dupin"]]),("date",MetaInlines [Str "July",Space,Str "28,",Space,Str "2014"]),("title",MetaInlines [Str "This",Space,Str "Is",Space,Str "the",Space,Str "Title"])]})
-[Para [Str "And",Space,Str "now",Space,Str "this",Space,Str "is",Space,Str "normal",Space,Str "text."]]