Add test for #5690.

This commit is contained in:
John MacFarlane 2019-08-23 10:15:42 -07:00
parent d6fdfe6f2b
commit 9d581428f9

16
test/command/5690.md Normal file
View file

@ -0,0 +1,16 @@
```
% pandoc -f docbook -t asciidoc
<warning>
<title>My warning!</title>
<para>A warning.</para>
<para>Another paragraph.</para>
</warning>
^D
[WARNING]
.My warning!
====
A warning.
Another paragraph.
====
```