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-companion.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/command/biblatex-companion.md') diff --git a/test/command/biblatex-companion.md b/test/command/biblatex-companion.md index 4e6cc5bbc..fe3dcac88 100644 --- a/test/command/biblatex-companion.md +++ b/test/command/biblatex-companion.md @@ -44,9 +44,9 @@ companion* (1st ed.). Reading, Mass.: Addison-Wesley. --- nocite: "[@*]" references: -- annote: "A book with three authors. Note the formatting of the author +- annote: A book with three authors. Note the formatting of the author list. By default, only the first name is reversed in the - bibliography" + bibliography author: - family: Goossens given: Michel @@ -57,10 +57,10 @@ references: edition: 1 id: companion issued: 1994 - language: "en-US" + language: en-US number-of-pages: 528 - publisher: "Addison-Wesley" - publisher-place: "Reading, Mass." + publisher: Addison-Wesley + publisher-place: Reading, Mass. title: The LaTeX companion title-short: LaTeX companion type: book -- cgit v1.2.3