diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-12-17 14:13:05 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-12-17 14:13:05 -0800 |
commit | 50292332936fb2c0408f5a266de37d1ed049d06d (patch) | |
tree | ffc5ff69ecf7e76bdca3a898bb1a9e95f632c723 | |
parent | fedea375e14a1edf1e59318420578f4e684dd312 (diff) | |
download | pandoc-50292332936fb2c0408f5a266de37d1ed049d06d.tar.gz |
Adjust test to work with Windows (I hope).
-rw-r--r-- | test/command/5986.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/5986.md b/test/command/5986.md index dd426a416..e24aebb64 100644 --- a/test/command/5986.md +++ b/test/command/5986.md @@ -1,5 +1,5 @@ ``` -% pandoc -t epub --number-sections --toc --metadata title=Foo | pandoc -f epub -t html +% pandoc -t epub --number-sections --toc --metadata title=Foo -o - | pandoc -f epub -t html # Hi ^D <p><span id="title_page.xhtml"></span></p> |