aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-bibstring-resolution.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/biblatex-bibstring-resolution.md')
-rw-r--r--test/command/biblatex-bibstring-resolution.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/command/biblatex-bibstring-resolution.md b/test/command/biblatex-bibstring-resolution.md
new file mode 100644
index 000000000..f1dc6f4de
--- /dev/null
+++ b/test/command/biblatex-bibstring-resolution.md
@@ -0,0 +1,20 @@
+```
+% pandoc -f biblatex -t markdown -s
+@book{item1,
+ Title = {The Title: \bibstring{newseries}},
+ Hyphenation = {english}
+}
+
+^D
+---
+nocite: '[@*]'
+references:
+- id: item1
+ language: 'en-US'
+ title: 'The title: New series'
+ title-short: The title
+ type: book
+---
+
+
+```