aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-test-case-conversion.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-07 23:03:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-07 23:05:51 -0700
commit1be0f0fba8d860b960e79442a891fce6b1aca192 (patch)
tree8a8be459bd7d03e5509382029ba65f2433969240 /test/command/biblatex-test-case-conversion.md
parenta520181cdbfa69b4c9a0432e12847cd7d666d41f (diff)
downloadpandoc-1be0f0fba8d860b960e79442a891fce6b1aca192.tar.gz
Use double quotes for YAML metadata.
Closes #6727.
Diffstat (limited to 'test/command/biblatex-test-case-conversion.md')
-rw-r--r--test/command/biblatex-test-case-conversion.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/command/biblatex-test-case-conversion.md b/test/command/biblatex-test-case-conversion.md
index 7e10ebf60..5daa3226e 100644
--- a/test/command/biblatex-test-case-conversion.md
+++ b/test/command/biblatex-test-case-conversion.md
@@ -54,7 +54,7 @@ and a {camelCase} Word and Some Units, 400~{nm}, 3~{cm}, and a Quote,
^D
---
-nocite: '[@*]'
+nocite: "[@*]"
references:
- author:
- family: Author
@@ -62,11 +62,11 @@ references:
container-title: Journal
id: item1
issued: 2013
- language: 'en-US'
- title: 'A title, in English, with a Proper Name and an ACRONYM and a
+ 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'
+ 3 [cm]{.nocase}, and a quote, *Alea [iacta est]{.nocase}*"
+ type: "article-journal"
---