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-ctan.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'test/command/biblatex-ctan.md') diff --git a/test/command/biblatex-ctan.md b/test/command/biblatex-ctan.md index d15b47b55..c77270570 100644 --- a/test/command/biblatex-ctan.md +++ b/test/command/biblatex-ctan.md @@ -51,22 +51,22 @@ NOTES: ^D --- -nocite: '[@*]' +nocite: "[@*]" references: -- accessed: '2006-10-01' - annote: 'This is an online entry. The [url]{.smallcaps}, which is +- accessed: "2006-10-01" + annote: "This is an online entry. The [url]{.smallcaps}, which is given in the url field, is transformed into a clickable link if hyperref support has been enabled. Note the format of the urldate field (yyyy-mm-dd) in the database file. Also note the label field which may be used as a fallback by citation styles which need an - author and/or a year' + author and/or a year" id: ctan issued: 2006 - language: 'en-US' - title: 'CTAN: The Comprehensive TeX Archive Network' + language: "en-US" + title: "CTAN: The Comprehensive TeX Archive Network" title-short: CTAN type: webpage - url: 'http://www.ctan.org' + url: "http://www.ctan.org" --- -- cgit v1.2.3