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-baez-online.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/command/biblatex-baez-online.md') diff --git a/test/command/biblatex-baez-online.md b/test/command/biblatex-baez-online.md index a5241289f..6834ed22b 100644 --- a/test/command/biblatex-baez-online.md +++ b/test/command/biblatex-baez-online.md @@ -55,11 +55,11 @@ references: given: John C. - family: Lauda given: Aaron D. - id: "baez-online" - issued: "2004-10-27" - language: "en-US" + id: baez-online + issued: 2004-10-27 + language: en-US title: "Higher-dimensional algebra V: 2-groups" - title-short: "Higher-dimensional algebra V" + title-short: Higher-dimensional algebra V type: webpage url: "http://arxiv.org/abs/math/0307200v3" version: 3 -- cgit v1.2.3