aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-10-16 11:17:35 +0200
committerJohn MacFarlane <[email protected]>2025-10-16 11:17:35 +0200
commiteb9bfb6b962efda02d33f548adc09939c5c005df (patch)
tree2257893dbe612c53f9e8e18def5b4edbd2e34954
parentd4dd5e9ab945fca7b3e6bcc97993381a12eb39ab (diff)
Fix #6959 test so it works on Windows.
-rw-r--r--test/command/6959.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/6959.md b/test/command/6959.md
index b09a189f5..5002d3396 100644
--- a/test/command/6959.md
+++ b/test/command/6959.md
@@ -1,5 +1,5 @@
```
-% pandoc -t docx | pandoc -f docx -t markdown --track-changes=all
+% pandoc -t docx -o - | pandoc -f docx -t markdown --track-changes=all
[This is the comment]{.comment-start id="1" author="Mike"
date="2020-12-17T16:53:00Z"} [Here is my reply]{.comment-start id="2"
author="Mike" date="2020-12-17T17:39:00Z"} This is the content being