aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/command/citeproc-17.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/command/citeproc-17.md b/test/command/citeproc-17.md
new file mode 100644
index 000000000..d80550f81
--- /dev/null
+++ b/test/command/citeproc-17.md
@@ -0,0 +1,17 @@
+```
+% pandoc -t csljson
+---
+references:
+- id: foo
+ type: book
+ title: "Hi & Low"
+...
+^D
+[
+ {
+ "id": "foo",
+ "title": "Hi & Low",
+ "type": "book"
+ }
+]
+```