aboutsummaryrefslogtreecommitdiff
path: root/test/command/7266.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-05-12 11:05:55 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-12 11:05:55 -0700
commit0217ae2a4ffe33bee7cc53ba44817cd540b5f01e (patch)
tree6f5d3e3850d8522da2ade9ddf73e94696253128d /test/command/7266.md
parent46309319ef9eb66ea3598073df4174fb40b1b0f8 (diff)
downloadpandoc-0217ae2a4ffe33bee7cc53ba44817cd540b5f01e.tar.gz
Hande 'annote' field in bibtex/biblatex writer.
Closes #7266.
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}
+}
+```