summaryrefslogtreecommitdiff
path: root/test/command/biblatex-crossref-nested.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-crossref-nested.md
parenta520181cdbfa69b4c9a0432e12847cd7d666d41f (diff)
Use double quotes for YAML metadata.
Closes #6727.
Diffstat (limited to 'test/command/biblatex-crossref-nested.md')
-rw-r--r--test/command/biblatex-crossref-nested.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/test/command/biblatex-crossref-nested.md b/test/command/biblatex-crossref-nested.md
index 520e464e9..b8181af9b 100644
--- a/test/command/biblatex-crossref-nested.md
+++ b/test/command/biblatex-crossref-nested.md
@@ -38,61 +38,61 @@ Nested crossreferences (see biber manual v 1.7)
^D
---
-nocite: '[@*]'
+nocite: "[@*]"
references:
- author:
- family: Shakespeare
chapter-number: 7
container-author:
- family: Shakespeare
- container-title: 'Collected works \[title field of mvbook-1\]'
- id: 'bookinbook-1'
+ container-title: "Collected works \\[title field of mvbook-1\\]"
+ id: "bookinbook-1"
issued: 1975
number-of-volumes: 4
- page: '100-200'
+ page: "100-200"
publisher: Publisher
publisher-place: Location
- title: 'Macbeth \[title field of bookinbook-1\]'
+ title: "Macbeth \\[title field of bookinbook-1\\]"
type: chapter
volume: 3
- volume-title: 'Tragedies \[title field of book-1\]'
+ volume-title: "Tragedies \\[title field of book-1\\]"
- author:
- family: Shakespeare
chapter-number: 7
container-author:
- family: Shakespeare
- container-title: 'Collected works \[title field of mvbook-1\]'
- id: 'inbook-1'
+ container-title: "Collected works \\[title field of mvbook-1\\]"
+ id: "inbook-1"
issued: 1975
number-of-volumes: 4
- page: '100-200'
+ page: "100-200"
publisher: Publisher
publisher-place: Location
- title: 'Macbeth \[title field of inbook-1\]'
+ title: "Macbeth \\[title field of inbook-1\\]"
type: chapter
volume: 3
- volume-title: 'Tragedies \[title field of book-1\]'
+ volume-title: "Tragedies \\[title field of book-1\\]"
- author:
- family: Shakespeare
container-author:
- family: Shakespeare
- id: 'book-1'
+ id: "book-1"
issued: 1975
number-of-volumes: 4
publisher: Publisher
publisher-place: Location
- title: 'Collected works \[title field of mvbook-1\]'
+ title: "Collected works \\[title field of mvbook-1\\]"
type: book
volume: 3
- volume-title: 'Tragedies \[title field of book-1\]'
+ volume-title: "Tragedies \\[title field of book-1\\]"
- author:
- family: Shakespeare
- id: 'mvbook-1'
+ id: "mvbook-1"
issued: 1970/1980
number-of-volumes: 4
publisher: Publisher
publisher-place: Location
- title: 'Collected works \[title field of mvbook-1\]'
+ title: "Collected works \\[title field of mvbook-1\\]"
type: book
---