aboutsummaryrefslogtreecommitdiff
path: root/test/command/pandoc-citeproc-number-of-volumes.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/pandoc-citeproc-number-of-volumes.md')
-rw-r--r--test/command/pandoc-citeproc-number-of-volumes.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/command/pandoc-citeproc-number-of-volumes.md b/test/command/pandoc-citeproc-number-of-volumes.md
new file mode 100644
index 000000000..2ac5866e2
--- /dev/null
+++ b/test/command/pandoc-citeproc-number-of-volumes.md
@@ -0,0 +1,29 @@
+```
+% pandoc --citeproc -t markdown-citations
+---
+references:
+- author:
+ family: Author
+ given:
+ - Al
+ id: item1
+ issued:
+ year: 2013
+ language: 'en-US'
+ number-of-volumes: 2
+ publisher: Publisher
+ publisher-place: Location
+ title: Title
+ type: book
+---
+
+@item1
+^D
+Author (2013)
+
+::: {#refs .references .csl-bib-body .hanging-indent}
+::: {#ref-item1 .csl-entry}
+Author, Al. 2013. *Title*. 2 vols. Location: Publisher.
+:::
+:::
+```