From cecf02e326e72d19392ab2045af80f6e1b0c2d46 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Mon, 23 Oct 2017 11:20:22 -0700
Subject: Fixed test for change in log level.

---
 test/command/parse-raw.md | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'test/command')

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*
 ```
-- 
cgit v1.2.3