aboutsummaryrefslogtreecommitdiff
path: root/test/command/6719.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/6719.md')
-rw-r--r--test/command/6719.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/command/6719.md b/test/command/6719.md
new file mode 100644
index 000000000..96c97b365
--- /dev/null
+++ b/test/command/6719.md
@@ -0,0 +1,8 @@
+```
+% pandoc -f docbook -t native
+<para>
+<emphasis>emphasized </emphasis>text
+</para>
+^D
+[Para [Emph [Str "emphasized"],Space,Str "text"]]
+```