aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblatex-report.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-report.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-report.md')
-rw-r--r--test/command/biblatex-report.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/command/biblatex-report.md b/test/command/biblatex-report.md
index a3b45c9a6..06ad14093 100644
--- a/test/command/biblatex-report.md
+++ b/test/command/biblatex-report.md
@@ -67,13 +67,13 @@ references:
genre: research report
id: chiu
issued: 1978
- language: "en-US"
- number: "RC-6947"
+ language: en-US
+ number: RC-6947
publisher: IBM
title: A hybrid hierarchical model of a Multiple Virtual Storage (MVS)
operating system
type: report
-- abstract: "The steady state performance of a bulk transfer TCP flow
+- abstract: The steady state performance of a bulk transfer TCP flow
(i.e., a flow with a large amount of data to send, such as FTP
transfers) may be characterized by three quantities. The first is
the send rate, which is the amount of data sent by the sender in
@@ -92,7 +92,7 @@ references:
stochastic analysis. Second, we build upon the previous analysis to
provide both an approximate formula as well as a more accurate
stochastic model for the steady state throughput of a bulk transfer
- TCP flow."
+ TCP flow.
annote: This is a report entry for a technical report. Note the format
of the type field in the database file which uses a localization
key. The number of the report is given in the number field. Also
@@ -107,10 +107,10 @@ references:
genre: technical report
id: padhye
issued: 1999
- language: "en-US"
- number: "99-02"
+ language: en-US
+ number: 99-02
publisher: University of Massachusetts
- publisher-place: "Amherst, Mass."
+ publisher-place: Amherst, Mass.
title: A stochastic model of TCP Reno congestion avoidance and control
type: report
---