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-bibstring-resolution.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/command/biblatex-bibstring-resolution.md') diff --git a/test/command/biblatex-bibstring-resolution.md b/test/command/biblatex-bibstring-resolution.md index f1dc6f4de..752907d55 100644 --- a/test/command/biblatex-bibstring-resolution.md +++ b/test/command/biblatex-bibstring-resolution.md @@ -7,11 +7,11 @@ ^D --- -nocite: '[@*]' +nocite: "[@*]" references: - id: item1 - language: 'en-US' - title: 'The title: New series' + language: "en-US" + title: "The title: New series" title-short: The title type: book --- -- cgit v1.2.3