aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/6802.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/command/6802.md b/test/command/6802.md
new file mode 100644
index 000000000..8f56f0e43
--- /dev/null
+++ b/test/command/6802.md
@@ -0,0 +1,9 @@
+```
+% pandoc -f latex -t native
+\blockquote[test][]{quote}
+^D
+[BlockQuote
+ [Para [Str "quote"]
+ ,Para [Str "test"]]]
+
+```