summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-08-16 09:47:25 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-08-16 09:47:25 -0700
commit68434957d6e9c5d950fd302116d147836fa4b139 (patch)
treec2f9878e47da1b55fc9804e335d136f24befe07f /test
parent61cf3affa98f8331a2f2d55eedf56fc2a2a529e2 (diff)
Fixed command test #2994 on Windows.
Diffstat (limited to 'test')
-rw-r--r--test/command/2994.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/2994.md b/test/command/2994.md
index df46900b6..b6b2d1ed9 100644
--- a/test/command/2994.md
+++ b/test/command/2994.md
@@ -1,5 +1,5 @@
```
-% pandoc -f markdown -t docx | pandoc -f docx -t markdown --track-changes=all
+% pandoc -f markdown -t docx -o - | 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.