pandoc-3.10: test/command/7266.md
```
% pandoc -f biblatex -t biblatex -s
@article{id,
annote = "annotation"
}
^D
@article{id,
annote = {annotation}
}
```
```
% pandoc -f biblatex -t biblatex -s
@article{id,
annote = "annotation"
}
^D
@article{id,
annote = {annotation}
}
```