aboutsummaryrefslogtreecommitdiff
path: root/test/command/7376.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/7376.md')
-rw-r--r--test/command/7376.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/command/7376.md b/test/command/7376.md
new file mode 100644
index 000000000..229c61cfb
--- /dev/null
+++ b/test/command/7376.md
@@ -0,0 +1,16 @@
+```
+% pandoc --citeproc -t plain
+---
+references:
+- id: item1
+ type: book
+ author:
+ - family: Doe
+ given: Jane
+ issued: 2020
+ title: The title
+...
+^D
+
+
+```