Fixed test for change in log level.

This commit is contained in:
John MacFarlane 2017-10-23 11:20:22 -07:00
parent 6d862ff954
commit cecf02e326

View file

@ -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*
```