diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/command/7266.md | 10 |
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} +} +``` |