Fix test #3752 (1) for Windows.
This commit is contained in:
parent
5772f7f943
commit
c210b98366
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
```
|
```
|
||||||
% pandoc command/chap1/text.md command/chap2/text.md -f markdown+rebase_relative_paths --verbose -t docx | pandoc -f docx -t plain
|
% pandoc command/chap1/text.md command/chap2/text.md -f markdown+rebase_relative_paths --verbose -t docx -o - | pandoc -f docx -t plain
|
||||||
^D
|
^D
|
||||||
[INFO] Loaded command/chap1/spider.png from ./command/chap1/spider.png
|
[INFO] Loaded command/chap1/spider.png from ./command/chap1/spider.png
|
||||||
[INFO] Loaded command/chap2/spider.png from ./command/chap2/spider.png
|
[INFO] Loaded command/chap2/spider.png from ./command/chap2/spider.png
|
||||||
|
|
Loading…
Reference in a new issue