diff options
-rw-r--r-- | tests/markdown-citations.chicago-author-date.txt | 8 | ||||
-rw-r--r-- | tests/markdown-citations.ieee.txt | 4 |
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. |