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-yoon.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/command/biblatex-yoon.md') diff --git a/test/command/biblatex-yoon.md b/test/command/biblatex-yoon.md index 0a4648126..00c40cd72 100644 --- a/test/command/biblatex-yoon.md +++ b/test/command/biblatex-yoon.md @@ -40,7 +40,7 @@ Heck reaction. *Organometallics*, *25*(10), 2409–2411. ^D --- -nocite: '[@*]' +nocite: "[@*]" references: - author: - family: Yoon @@ -55,11 +55,11 @@ references: id: yoon issue: 10 issued: 2006 - page: '2409-2411' - title: 'Palladium pincer complexes with reduced bond angle strain: - Efficient catalysts for the Heck reaction' + page: "2409-2411" + title: "Palladium pincer complexes with reduced bond angle strain: + Efficient catalysts for the Heck reaction" title-short: Palladium pincer complexes with reduced bond angle strain - type: 'article-journal' + type: "article-journal" volume: 25 --- -- cgit v1.2.3