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-almendro.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/command/biblatex-almendro.md') diff --git a/test/command/biblatex-almendro.md b/test/command/biblatex-almendro.md index fadf4187c..415b4f713 100644 --- a/test/command/biblatex-almendro.md +++ b/test/command/biblatex-almendro.md @@ -46,9 +46,9 @@ NOTES: --- nocite: "[@*]" references: -- annote: "This is a patent entry with a location field. The number is +- annote: This is a patent entry with a location field. The number is given in the number field. Note the format of the location field in - the database file. Compare laufenberg, sorace, and kowalik" + the database file. Compare laufenberg, sorace, and kowalik author: - family: Almendro given: José L. @@ -61,8 +61,8 @@ references: id: almendro issued: 1998 jurisdiction: France; United Kingdom; Germany - language: "de-DE" - number: "EU-29702195U" + language: de-DE + number: EU-29702195U title: Elektromagnetisches Signalhorn type: patent --- -- cgit v1.2.3