aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-video.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/biblatex-video.md')
-rw-r--r--test/command/biblatex-video.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/command/biblatex-video.md b/test/command/biblatex-video.md
new file mode 100644
index 000000000..e4dd251ca
--- /dev/null
+++ b/test/command/biblatex-video.md
@@ -0,0 +1,19 @@
+```
+% pandoc -f biblatex -t markdown -s
+@video{x1,title={blah}}
+@movie{x2,title={blah}}
+
+^D
+---
+nocite: '[@*]'
+references:
+- id: x1
+ title: Blah
+ type: motion_picture
+- id: x2
+ title: Blah
+ type: motion_picture
+---
+
+
+```