diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-10-23 15:00:11 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-10-23 15:00:11 -0700 |
commit | 1a82ecbb6866a00689e3220d304a0fafd81358bb (patch) | |
tree | d54250886fecbb730e352620eed74a18630749b8 /test/command | |
parent | a27dc79073dacfa325275a7dee35322738ba05b5 (diff) | |
download | pandoc-1a82ecbb6866a00689e3220d304a0fafd81358bb.tar.gz |
More pleasing presentation of warnings and info messages.
!! warning
-- info
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/1718.md | 2 | ||||
-rw-r--r-- | test/command/512.md | 2 | ||||
-rw-r--r-- | test/command/svg.md | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/test/command/1718.md b/test/command/1718.md index 401610a7a..f642e64bf 100644 --- a/test/command/1718.md +++ b/test/command/1718.md @@ -6,6 +6,6 @@ Note[^1]. [^2]: the second, unused, note. ^D -[warning] Note with key '2' defined at line 5 column 1 but not used. +!! Note with key '2' defined at line 5 column 1 but not used. [Para [Str "Note",Note [Para [Str "the",Space,Str "first",Space,Str "note."]],Str "."]] ``` diff --git a/test/command/512.md b/test/command/512.md index 52e5dbe07..2621c8e27 100644 --- a/test/command/512.md +++ b/test/command/512.md @@ -36,7 +36,7 @@ Loop detection: __ link1_ ^D -[warning] Circular reference 'link1' at line 1 column 15 +!! Circular reference 'link1' at line 1 column 15 <p><a href="">click here</a></p> ``` 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"> |