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/svg.md | |
| parent | 7df29e495f17b239f0e4b239fda849a1f27d2cf2 (diff) | |
Update command tests to distinguish stderr and test exit status.
Diffstat (limited to 'test/command/svg.md')
| -rw-r--r-- | test/command/svg.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/svg.md b/test/command/svg.md index 57c99db33..74a2a1eed 100644 --- a/test/command/svg.md +++ b/test/command/svg.md @@ -2,7 +2,7 @@ % pandoc -f latex -t icml \includegraphics{command/corrupt.svg} ^D -[WARNING] Could not determine image size for command/corrupt.svg: could not determine image type +2> [WARNING] Could not determine image size for command/corrupt.svg: could not determine image type <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph"> <CharacterStyleRange AppliedCharacterStyle="$ID/NormalCharacterStyle"> <Rectangle Self="uec" StrokeWeight="0" ItemTransform="1 0 0 1 150 -100"> |
