diff options
| author | John MacFarlane <[email protected]> | 2022-01-21 15:01:50 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-01-21 15:01:50 -0800 |
| commit | 9e0d146837c3bd759fd2b65002f3dfe07c96ff36 (patch) | |
| tree | f2d15116b67fa815585b05eb7bbd14acd16527eb /test/command/3752.md | |
| parent | 7df29e495f17b239f0e4b239fda849a1f27d2cf2 (diff) | |
Update command tests to distinguish stderr and test exit status.
Diffstat (limited to 'test/command/3752.md')
| -rw-r--r-- | test/command/3752.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/command/3752.md b/test/command/3752.md index bac81b1a1..b7b67cc70 100644 --- a/test/command/3752.md +++ b/test/command/3752.md @@ -1,9 +1,9 @@ ``` % pandoc command/chap1/text.md command/chap2/text.md -f markdown+rebase_relative_paths --verbose -t docx -o - | pandoc -f docx -t plain ^D -[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/chap1/../../lalune.jpg from command/chap1/../../lalune.jpg +2> [INFO] Loaded command/chap1/spider.png from command/chap1/spider.png +2> [INFO] Loaded command/chap2/spider.png from command/chap2/spider.png +2> [INFO] Loaded command/chap1/../../lalune.jpg from command/chap1/../../lalune.jpg Chapter one A spider: [spider] |
