aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-01-30 10:02:09 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2012-01-30 10:03:01 -0800
commitd4c2f02e08cec62104fe5617e58c6b1484e16f4b (patch)
tree3b859c73668493a908d4ccd1e2b966d577b5367b
parent0481a1e59010755ea3a0c6f5b29b2ef4a0ceaf73 (diff)
downloadpandoc-d4c2f02e08cec62104fe5617e58c6b1484e16f4b.tar.gz
Updated citation tests with en-dashes.
-rw-r--r--tests/markdown-citations.chicago-author-date.txt8
-rw-r--r--tests/markdown-citations.ieee.txt4
2 files changed, 6 insertions, 6 deletions
diff --git a/tests/markdown-citations.chicago-author-date.txt b/tests/markdown-citations.chicago-author-date.txt
index 727f094fd..8e207e956 100644
--- a/tests/markdown-citations.chicago-author-date.txt
+++ b/tests/markdown-citations.chicago-author-date.txt
@@ -15,13 +15,13 @@ Pandoc with citeproc-hs
- In a note.[^1]
-- A citation group (see Doe 2005, chap. 3; also Doe and Roe 2007, 34-35).
+- A citation group (see Doe 2005, chap. 3; also Doe and Roe 2007, 34–35).
-- Another one (see Doe 2005, 34-35).
+- Another one (see Doe 2005, 34–35).
- And another one in a note.[^2]
-- Citation with a suffix and locator (Doe 2005, 33, 35-37, and nowhere else).
+- Citation with a suffix and locator (Doe 2005, 33, 35–37, and nowhere else).
- Citation with suffix only (Doe 2005 and nowhere else).
@@ -34,7 +34,7 @@ References
Doe, John. 2005. *First Book*. Cambridge: Cambridge University Press.
-———. 2006. “Article.” *Journal of Generic Studies* 6: 33-34.
+———. 2006. “Article.” *Journal of Generic Studies* 6: 33–34.
Doe, John, and Jenny Roe. 2007. “Why Water Is Wet.” In *Third Book*, ed. Sam Smith. Oxford: Oxford University Press.
diff --git a/tests/markdown-citations.ieee.txt b/tests/markdown-citations.ieee.txt
index 3cb71469b..011bbf3de 100644
--- a/tests/markdown-citations.ieee.txt
+++ b/tests/markdown-citations.ieee.txt
@@ -11,7 +11,7 @@ Pandoc with citeproc-hs
- Reference 1 says blah.
-- Reference 1 says blah.
+- Reference 1 [3] says blah.
- In a note.[^1]
@@ -34,7 +34,7 @@ References
[1] J. Doe, *First Book*. Cambridge: Cambridge University Press, 2005.
-[2] J. Doe, “Article,” *Journal of Generic Studies*, vol. 6, pp. 33-34, 2006.
+[2] J. Doe, “Article,” *Journal of Generic Studies*, vol. 6, pp. 33–34, 2006.
[3] J. Doe and J. Roe, “Why Water Is Wet,” in *Third Book*, S. Smith, Ed. Oxford: Oxford University Press, 2007.