diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Tests/Readers/Docx.hs | 4 | ||||
-rw-r--r-- | tests/docx.metadata.docx | bin | 40487 -> 39538 bytes | |||
-rw-r--r-- | tests/docx.metadata_after_normal.docx | bin | 57273 -> 56276 bytes | |||
-rw-r--r-- | tests/docx.metadata_author_linebreak.docx | bin | 40481 -> 0 bytes | |||
-rw-r--r-- | tests/docx.metadata_author_linebreak.native | 2 |
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 Binary files differindex 34182a87e..ccf50b475 100644 --- a/tests/docx.metadata.docx +++ b/tests/docx.metadata.docx diff --git a/tests/docx.metadata_after_normal.docx b/tests/docx.metadata_after_normal.docx Binary files differindex 16b8d583c..b94a016cb 100644 --- a/tests/docx.metadata_after_normal.docx +++ b/tests/docx.metadata_after_normal.docx diff --git a/tests/docx.metadata_author_linebreak.docx b/tests/docx.metadata_author_linebreak.docx Binary files differdeleted file mode 100644 index 94f0e0753..000000000 --- a/tests/docx.metadata_author_linebreak.docx +++ /dev/null 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."]] |