From 641849b70a851c45ce3d3fb438eeee7fd813d070 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 8 Oct 2020 10:54:16 -0700 Subject: Be less aggressive about using quotes for YAML values. We need quotes if `[` or `{` or `'` is at the beginning of the line, but not otherwise. --- test/command/biblatex-britannica.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/command/biblatex-britannica.md') diff --git a/test/command/biblatex-britannica.md b/test/command/biblatex-britannica.md index f547539d5..37a3a0720 100644 --- a/test/command/biblatex-britannica.md +++ b/test/command/biblatex-britannica.md @@ -60,22 +60,22 @@ NOTES: --- nocite: "[@*]" references: -- annote: "This is a collection entry for an encyclopedia. Note the +- annote: This is a collection entry for an encyclopedia. Note the useeditor option in the options field as well as the sorttitle field. We want this entry to be cited and alphabetized by title even though there is an editor. In addition to that, we want the title to be alphabetized under 'E' rather than 'T'. Also note the label field - which is provided for author-year citation styles" + which is provided for author-year citation styles edition: 15 editor: - family: Preece given: Warren E. id: britannica issued: 2003 - language: "en-GB" + language: en-GB number-of-volumes: 32 publisher: Encyclopædia Britannica - publisher-place: "Chicago, Ill." + publisher-place: Chicago, Ill. title: The new encyclopædia Britannica title-short: Encyclopædia Britannica type: book -- cgit v1.2.3