diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2020-10-08 10:54:16 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2020-10-08 10:54:53 -0700 |
| commit | 641849b70a851c45ce3d3fb438eeee7fd813d070 (patch) | |
| tree | fb1f7ad7e5e9f80abc1c361b22d1e8818193a061 /test/command/biblatex-strings.md | |
| parent | 36e010cb4a3dc2de2eca7286e62873ad5dfde1a8 (diff) | |
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.
Diffstat (limited to 'test/command/biblatex-strings.md')
| -rw-r--r-- | test/command/biblatex-strings.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/command/biblatex-strings.md b/test/command/biblatex-strings.md index 5215aa33f..79edec4f4 100644 --- a/test/command/biblatex-strings.md +++ b/test/command/biblatex-strings.md @@ -34,11 +34,11 @@ references: id: herrmann issue: 23 issued: 2006 - language: "en-US" - page: "3859-3862" - title: "A carbocyclic carbene as an efficient catalyst ligand for C--C - coupling reactions" - type: "article-journal" + language: en-US + page: 3859-3862 + title: A carbocyclic carbene as an efficient catalyst ligand for C--C + coupling reactions + type: article-journal volume: 45 --- |
