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-glashow.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/command/biblatex-glashow.md') diff --git a/test/command/biblatex-glashow.md b/test/command/biblatex-glashow.md index f8c23415c..7abaa3c2a 100644 --- a/test/command/biblatex-glashow.md +++ b/test/command/biblatex-glashow.md @@ -33,7 +33,7 @@ Glashow, S. (1961). Partial symmetries of weak interactions. ^D --- -nocite: '[@*]' +nocite: "[@*]" references: - author: - family: Glashow @@ -41,9 +41,9 @@ references: container-title: Nucl. Phys. id: glashow issued: 1961 - page: '579-588' + page: "579-588" title: Partial symmetries of weak interactions - type: 'article-journal' + type: "article-journal" volume: 22 --- -- cgit v1.2.3