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-issue288.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/command/biblatex-issue288.md') diff --git a/test/command/biblatex-issue288.md b/test/command/biblatex-issue288.md index 115b0012a..67f4dcb9b 100644 --- a/test/command/biblatex-issue288.md +++ b/test/command/biblatex-issue288.md @@ -14,19 +14,19 @@ date = {2016-08}, ^D --- -nocite: '[@*]' +nocite: "[@*]" references: - author: - family: Leavitt given: Alex genre: Dissertation id: Leavitt_2016 - issued: '2016-08' - language: 'en-US' + issued: "2016-08" + language: "en-US" publisher: University of Southern California - publisher-place: 'Los Angeles, CA' - title: 'Upvoting the news: Breaking news aggregation, crowd - collaboration, and algorithm-driven attention on reddit.com' + publisher-place: "Los Angeles, CA" + title: "Upvoting the news: Breaking news aggregation, crowd + collaboration, and algorithm-driven attention on reddit.com" title-short: Upvoting the news type: thesis --- -- cgit v1.2.3