Fixed test for change in log level.
This commit is contained in:
parent
6d862ff954
commit
cecf02e326
1 changed files with 0 additions and 3 deletions
|
@ -9,7 +9,6 @@
|
||||||
% pandoc -f latex -t markdown
|
% pandoc -f latex -t markdown
|
||||||
\emph{Hi \foo{there}}
|
\emph{Hi \foo{there}}
|
||||||
^D
|
^D
|
||||||
[warning] Skipped '\foo{there}' at line 1 column 21
|
|
||||||
*Hi*
|
*Hi*
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -24,7 +23,5 @@
|
||||||
% pandoc -f html -t markdown
|
% pandoc -f html -t markdown
|
||||||
<em>Hi <blink>there</blink></em>
|
<em>Hi <blink>there</blink></em>
|
||||||
^D
|
^D
|
||||||
[warning] Skipped '<blink>' at input line 1 column 8
|
|
||||||
[warning] Skipped '</blink>' at input line 1 column 20
|
|
||||||
*Hi there*
|
*Hi there*
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue