aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-08-23 10:15:42 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-08-23 10:15:42 -0700
commit9d581428f949c70e76d7827a69573593fc14a690 (patch)
tree72501e88373770179a106890bb7b0f8728c21b3a /test/command
parentd6fdfe6f2bba2a8ed25d6c9f11861774001f7a91 (diff)
downloadpandoc-9d581428f949c70e76d7827a69573593fc14a690.tar.gz
Add test for #5690.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/5690.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/command/5690.md b/test/command/5690.md
new file mode 100644
index 000000000..f51b3d10b
--- /dev/null
+++ b/test/command/5690.md
@@ -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.
+====
+```