aboutsummaryrefslogtreecommitdiff
path: root/test/command/7266.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/7266.md')
-rw-r--r--test/command/7266.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/command/7266.md b/test/command/7266.md
new file mode 100644
index 000000000..9db833636
--- /dev/null
+++ b/test/command/7266.md
@@ -0,0 +1,10 @@
+```
+% pandoc -f biblatex -t biblatex -s
+@article{id,
+ annote = "annotation"
+}
+^D
+@article{id,
+ annote = {annotation}
+}
+```