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/bibtex-basic.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/command/bibtex-basic.md') diff --git a/test/command/bibtex-basic.md b/test/command/bibtex-basic.md index 7872d9489..a97c6a9b2 100644 --- a/test/command/bibtex-basic.md +++ b/test/command/bibtex-basic.md @@ -29,7 +29,7 @@ year="2007" ^D --- -nocite: '[@*]' +nocite: "[@*]" references: - author: - family: Doe @@ -46,9 +46,9 @@ references: container-title: Journal of Generic Studies id: item2 issued: 2006 - page: '33-34' + page: "33-34" title: Article - type: 'article-journal' + type: "article-journal" volume: 6 - author: - family: Doe -- cgit v1.2.3