aboutsummaryrefslogtreecommitdiff
path: root/test/command/4960.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/4960.md')
-rw-r--r--test/command/4960.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/command/4960.md b/test/command/4960.md
new file mode 100644
index 000000000..7253b533a
--- /dev/null
+++ b/test/command/4960.md
@@ -0,0 +1,22 @@
+```
+% pandoc -t latex --biblatex
+[@a1;@a2;@a3]
+^D
+\autocite{a1,a2,a3}
+```
+
+```
+% pandoc -t latex --biblatex
+@a1 [@a2;@a3]
+^D
+\textcite{a1,a2,a3}
+```
+
+```
+% pandoc -t latex --biblatex
+[@a1, blah; @a2; see @a3]
+^D
+\autocites[blah]{a1}{a2}[see][]{a3}
+```
+
+