From 641849b70a851c45ce3d3fb438eeee7fd813d070 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 8 Oct 2020 10:54:16 -0700 Subject: Be less aggressive about using quotes for YAML values. We need quotes if `[` or `{` or `'` is at the beginning of the line, but not otherwise. --- test/command/biblatex-test-case-conversion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/command/biblatex-test-case-conversion.md') diff --git a/test/command/biblatex-test-case-conversion.md b/test/command/biblatex-test-case-conversion.md index 5daa3226e..aa30767ec 100644 --- a/test/command/biblatex-test-case-conversion.md +++ b/test/command/biblatex-test-case-conversion.md @@ -62,11 +62,11 @@ references: container-title: Journal id: item1 issued: 2013 - language: "en-US" + language: en-US title: "A title, in English, with a Proper Name and an ACRONYM and a [camelCase]{.nocase} word and some units, 400 [nm]{.nocase}, 3 [cm]{.nocase}, and a quote, *Alea [iacta est]{.nocase}*" - type: "article-journal" + type: article-journal --- -- cgit v1.2.3