aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-manual.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-07 23:03:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-07 23:05:51 -0700
commit1be0f0fba8d860b960e79442a891fce6b1aca192 (patch)
tree8a8be459bd7d03e5509382029ba65f2433969240 /test/command/biblatex-manual.md
parenta520181cdbfa69b4c9a0432e12847cd7d666d41f (diff)
downloadpandoc-1be0f0fba8d860b960e79442a891fce6b1aca192.tar.gz
Use double quotes for YAML metadata.
Closes #6727.
Diffstat (limited to 'test/command/biblatex-manual.md')
-rw-r--r--test/command/biblatex-manual.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/command/biblatex-manual.md b/test/command/biblatex-manual.md
index 2d4f3596c..55a328abc 100644
--- a/test/command/biblatex-manual.md
+++ b/test/command/biblatex-manual.md
@@ -26,23 +26,23 @@
}
^D
---
-nocite: '[@*]'
+nocite: "[@*]"
references:
-- annote: 'This is a manual entry without an author or editor. Note the
+- annote: "This is a manual entry without an author or editor. Note the
label field in the database file which is provided for author-year
citation styles. Also note the sorttitle and indextitle fields. By
default, all entries without an author or editor are alphabetized by
- title but we want this entry to be alphabetized under ''C'' rather
- than ''T''. There''s also an isbn field'
+ title but we want this entry to be alphabetized under 'C' rather
+ than 'T'. There's also an isbn field"
edition: 15
id: cms
- isbn: '0-226-10403-6'
+ isbn: "0-226-10403-6"
issued: 2003
- language: 'en-US'
+ language: "en-US"
publisher: University of Chicago Press
- publisher-place: 'Chicago, Ill.'
- title: 'The Chicago manual of style: The essential guide for writers,
- editors, and publishers'
+ publisher-place: "Chicago, Ill."
+ title: "The Chicago manual of style: The essential guide for writers,
+ editors, and publishers"
title-short: Chicago manual of style
type: book
---