diff options
Diffstat (limited to 'test/command/svg.md')
-rw-r--r-- | test/command/svg.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/command/svg.md b/test/command/svg.md index b48745f9a..5ddde2e56 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 +!! 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"> @@ -35,7 +35,7 @@ % pandoc -f latex -t icml \includegraphics{command/SVG_logo.svg} ^D -[warning] Could not determine image size for 'command/SVG_logo.svg': could not determine SVG size +!! Could not determine image size for 'command/SVG_logo.svg': could not determine SVG size <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph"> <CharacterStyleRange AppliedCharacterStyle="$ID/NormalCharacterStyle"> <Rectangle Self="uec" StrokeWeight="0" ItemTransform="1 0 0 1 150 -100"> @@ -68,7 +68,7 @@ % pandoc -f latex -t icml \includegraphics{command/SVG_logo-without-xml-declaration.svg} ^D -[warning] Could not determine image size for 'command/SVG_logo-without-xml-declaration.svg': could not determine SVG size +!! Could not determine image size for 'command/SVG_logo-without-xml-declaration.svg': could not determine SVG size <ParagraphStyleRange AppliedParagraphStyle="ParagraphStyle/Paragraph"> <CharacterStyleRange AppliedCharacterStyle="$ID/NormalCharacterStyle"> <Rectangle Self="uec" StrokeWeight="0" ItemTransform="1 0 0 1 150 -100"> |