From 1be0f0fba8d860b960e79442a891fce6b1aca192 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 7 Oct 2020 23:03:14 -0700 Subject: Use double quotes for YAML metadata. Closes #6727. --- test/command/biblatex-kowalik.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'test/command/biblatex-kowalik.md') diff --git a/test/command/biblatex-kowalik.md b/test/command/biblatex-kowalik.md index 605d03a1c..e02c09f40 100644 --- a/test/command/biblatex-kowalik.md +++ b/test/command/biblatex-kowalik.md @@ -43,12 +43,12 @@ l’utilisant. French patent request. ^D --- -nocite: '[@*]' +nocite: "[@*]" references: -- annote: 'This is a patent entry for a French patent request with a +- annote: "This is a patent entry for a French patent request with a full date. The number is given in the number field. Note the format of the type and date fields in the database file. Compare almendro, - laufenberg, and sorace' + laufenberg, and sorace" author: - family: Kowalik given: F. @@ -56,11 +56,11 @@ references: given: M. genre: French patent request id: kowalik - issued: '1995-01-11' - language: 'fr-FR' + issued: "1995-01-11" + language: "fr-FR" number: 9500261 - title: 'Estimateur d''un défaut de fonctionnement d''un modulateur en - quadrature et étage de modulation l''utilisant' + title: "Estimateur d'un défaut de fonctionnement d'un modulateur en + quadrature et étage de modulation l'utilisant" type: patent --- -- cgit v1.2.3