summaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-10-23 11:20:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-10-23 11:20:22 -0700
commitcecf02e326e72d19392ab2045af80f6e1b0c2d46 (patch)
tree6e24a98e6585521189496ed9a27c279839506fa7 /test/command
parent6d862ff9549445ee544d43edbccec439bed3fde6 (diff)
Fixed test for change in log level.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/parse-raw.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/command/parse-raw.md b/test/command/parse-raw.md
index 6c91c2fa9..f4e493c69 100644
--- a/test/command/parse-raw.md
+++ b/test/command/parse-raw.md
@@ -9,7 +9,6 @@
% pandoc -f latex -t markdown
\emph{Hi \foo{there}}
^D
-[warning] Skipped '\foo{there}' at line 1 column 21
*Hi*
```
@@ -24,7 +23,5 @@
% pandoc -f html -t markdown
<em>Hi <blink>there</blink></em>
^D
-[warning] Skipped '<blink>' at input line 1 column 8
-[warning] Skipped '</blink>' at input line 1 column 20
*Hi there*
```