From ecb5475a2acc861d1c8201f29a024d57b44663cb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 23 Oct 2017 23:01:37 -0700 Subject: Back to using [WARNING] and [INFO] to mark messages. --- test/command/1718.md | 2 +- test/command/512.md | 2 +- test/command/svg.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/command/1718.md b/test/command/1718.md index f642e64bf..7e07bf1e9 100644 --- a/test/command/1718.md +++ b/test/command/1718.md @@ -6,6 +6,6 @@ Note[^1]. [^2]: the second, unused, note. ^D -!! Note with key '2' defined at line 5 column 1 but not used. +[WARNING] 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 2621c8e27..b95921309 100644 --- a/test/command/512.md +++ b/test/command/512.md @@ -36,7 +36,7 @@ Loop detection: __ link1_ ^D -!! Circular reference 'link1' at line 1 column 15 +[WARNING] Circular reference 'link1' at line 1 column 15

click here

``` diff --git a/test/command/svg.md b/test/command/svg.md index 5ddde2e56..26a8213f6 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 -!! Could not determine image size for 'command/corrupt.svg': could not determine image type +[WARNING] Could not determine image size for 'command/corrupt.svg': could not determine image type @@ -35,7 +35,7 @@ % pandoc -f latex -t icml \includegraphics{command/SVG_logo.svg} ^D -!! Could not determine image size for 'command/SVG_logo.svg': could not determine SVG size +[WARNING] Could not determine image size for 'command/SVG_logo.svg': could not determine SVG size @@ -68,7 +68,7 @@ % pandoc -f latex -t icml \includegraphics{command/SVG_logo-without-xml-declaration.svg} ^D -!! Could not determine image size for 'command/SVG_logo-without-xml-declaration.svg': could not determine SVG size +[WARNING] Could not determine image size for 'command/SVG_logo-without-xml-declaration.svg': could not determine SVG size -- cgit v1.2.3