diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-08-15 09:26:30 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-08-15 09:26:30 -0700 |
commit | 2c466a15afed3edad3159791f38685c6656e8261 (patch) | |
tree | dac1508d1afe1ae283497f71197be16e36a9467a /test/command | |
parent | 82638ad53bb47acde835083390f8211ac21cda6c (diff) | |
download | pandoc-2c466a15afed3edad3159791f38685c6656e8261.tar.gz |
Remove misleading description from command/citeproc-87 test.
Diffstat (limited to 'test/command')
-rw-r--r-- | test/command/citeproc-87.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/test/command/citeproc-87.md b/test/command/citeproc-87.md index 4faa6bfba..dd9287e78 100644 --- a/test/command/citeproc-87.md +++ b/test/command/citeproc-87.md @@ -15,9 +15,8 @@ references: Foo (Aristotele, s.d., 50: «Disse: "bar"»). «Disse: "baz"» ``` -For en, the localized quotes match what Quoted would produce, -so the Quoted is passed to citeproc as a Span ("",["csl-quoted"],[]) -and flipflopping and localization occur. +The Quoted is passed to citeproc as a Span ("",["csl-quoted"],[]) +so that flipflopping and localization occur. ``` % pandoc -C -t plain -Mlang=en --- @@ -36,8 +35,6 @@ Foo (Aristotele, n.d., 50). Aristotele. n.d. “Metafisica Et ‘Physica’.” ``` -For cs, there is no such match, so the Quoted is left alone -and has the same effect it would have elsewhere in a pandoc document. ``` % pandoc -C -t plain -Mlang=it --- |