diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2020-10-07 23:03:14 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2020-10-07 23:05:51 -0700 |
| commit | 1be0f0fba8d860b960e79442a891fce6b1aca192 (patch) | |
| tree | 8a8be459bd7d03e5509382029ba65f2433969240 /test/command/biblatex-strings.md | |
| parent | a520181cdbfa69b4c9a0432e12847cd7d666d41f (diff) | |
Use double quotes for YAML metadata.
Closes #6727.
Diffstat (limited to 'test/command/biblatex-strings.md')
| -rw-r--r-- | test/command/biblatex-strings.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/command/biblatex-strings.md b/test/command/biblatex-strings.md index d8748334c..5215aa33f 100644 --- a/test/command/biblatex-strings.md +++ b/test/command/biblatex-strings.md @@ -17,7 +17,7 @@ ^D --- -nocite: '[@*]' +nocite: "[@*]" references: - author: - family: Herrmann @@ -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 --- |
