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-moore-related.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'test/command/biblatex-moore-related.md') diff --git a/test/command/biblatex-moore-related.md b/test/command/biblatex-moore-related.md index 2146206d4..d95250430 100644 --- a/test/command/biblatex-moore-related.md +++ b/test/command/biblatex-moore-related.md @@ -44,21 +44,21 @@ NOTES: ^D --- -nocite: '[@*]' +nocite: "[@*]" references: -- annote: 'A reprint of Moore''s law. Note the related and relatedtype - fields' +- annote: "A reprint of Moore's law. Note the related and relatedtype + fields" author: - family: Moore given: Gordon E. container-title: Proceedings of the IEEE - id: 'moore:related' + id: "moore:related" issue: 1 issued: 1998 - language: 'en-US' - page: '82-85' + language: "en-US" + page: "82-85" title: Cramming more components onto integrated circuits - type: 'article-journal' + type: "article-journal" volume: 86 --- -- cgit v1.2.3