aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/command/citeproc-87.md7
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
---