aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-crossref-inbook-mvbook.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-08 10:54:16 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-08 10:54:53 -0700
commit641849b70a851c45ce3d3fb438eeee7fd813d070 (patch)
treefb1f7ad7e5e9f80abc1c361b22d1e8818193a061 /test/command/biblatex-crossref-inbook-mvbook.md
parent36e010cb4a3dc2de2eca7286e62873ad5dfde1a8 (diff)
downloadpandoc-641849b70a851c45ce3d3fb438eeee7fd813d070.tar.gz
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-crossref-inbook-mvbook.md')
-rw-r--r--test/command/biblatex-crossref-inbook-mvbook.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/command/biblatex-crossref-inbook-mvbook.md b/test/command/biblatex-crossref-inbook-mvbook.md
index fdc3dc01d..be7b5ffa8 100644
--- a/test/command/biblatex-crossref-inbook-mvbook.md
+++ b/test/command/biblatex-crossref-inbook-mvbook.md
@@ -33,24 +33,24 @@ references:
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
- 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
---