From 319d7ed6ff2283b0c8b56e1b95249ca6b7232009 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 14 Aug 2017 00:00:21 -0700 Subject: Changed command test for #2994 so it actually tests the writer. --- pandoc.cabal | 1 - test/command/2994.docx | Bin 9701 -> 0 bytes test/command/2994.md | 5 ++++- 3 files changed, 4 insertions(+), 2 deletions(-) delete mode 100644 test/command/2994.docx diff --git a/pandoc.cabal b/pandoc.cabal index 52aad4892..1eabc9a80 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -138,7 +138,6 @@ Extra-Source-Files: test/*.native test/command/*.md test/command/3533-rst-csv-tables.csv - test/command/2994.docx test/command/abbrevs test/command/SVG_logo-without-xml-declaration.svg test/command/SVG_logo.svg diff --git a/test/command/2994.docx b/test/command/2994.docx deleted file mode 100644 index 44118e9bd..000000000 Binary files a/test/command/2994.docx and /dev/null differ diff --git a/test/command/2994.md b/test/command/2994.md index b7d267d29..df46900b6 100644 --- a/test/command/2994.md +++ b/test/command/2994.md @@ -1,5 +1,8 @@ ``` -% pandoc --track-changes=all -t markdown command/2994.docx +% pandoc -f markdown -t docx | pandoc -f docx -t markdown --track-changes=all +I want [I left a comment.]{.comment-start id="0" +author="Jesse Rosenthal" date="2016-05-09T16:13:00Z"}some text to have a +comment []{.comment-end id="0"}on it. ^D I want [I left a comment.]{.comment-start id="0" author="Jesse Rosenthal" date="2016-05-09T16:13:00Z"}some text to have a -- cgit v1.2.3