From 2c466a15afed3edad3159791f38685c6656e8261 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 15 Aug 2021 09:26:30 -0700 Subject: Remove misleading description from command/citeproc-87 test. --- test/command/citeproc-87.md | 7 ++----- 1 file 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 --- -- cgit v1.2.3