aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-textnormal.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-04-25 10:31:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-04-25 10:31:33 -0700
commit547bc2cdf83b8be926de55521674c0e8fab12db5 (patch)
tree85a937460cbdbae248d3621f2b22c0fed54a6b34 /test/command/biblatex-textnormal.md
parent7f4850c9de086a2f6df072bf15357cd05335cffd (diff)
downloadpandoc-547bc2cdf83b8be926de55521674c0e8fab12db5.tar.gz
Add quotes properly in markdown YAML metadata fields.
This fixes a bug, which caused the writer to look at the LAST rather than the FIRST character in determining whether quotes were needed. So we got spurious quotes in some cases and didn't get necessary quotes in others. Closes #7245. Updated a number of test cases accordingly.
Diffstat (limited to 'test/command/biblatex-textnormal.md')
-rw-r--r--test/command/biblatex-textnormal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/biblatex-textnormal.md b/test/command/biblatex-textnormal.md
index 0aa5550c3..a4e6107ec 100644
--- a/test/command/biblatex-textnormal.md
+++ b/test/command/biblatex-textnormal.md
@@ -9,7 +9,7 @@
nocite: "[@*]"
references:
- id: item1
- title: "The title [of this book]{.nodecor}"
+ title: The title [of this book]{.nodecor}
type: book
---