From 34d30efc5c58b8f60c44f5db369a3056780f654a Mon Sep 17 00:00:00 2001 From: Nathan Gass Date: Tue, 14 Dec 2010 09:54:13 +0100 Subject: Added citation tests. Added tests for latex citation writer and reader, markdown citation writer and additional markup in citations. --- tests/markdown-citations.chicago-author-date.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tests/markdown-citations.chicago-author-date.txt') diff --git a/tests/markdown-citations.chicago-author-date.txt b/tests/markdown-citations.chicago-author-date.txt index 42a28c5d2..dd89b786f 100644 --- a/tests/markdown-citations.chicago-author-date.txt +++ b/tests/markdown-citations.chicago-author-date.txt @@ -1,19 +1,34 @@ # Pandoc with citeproc-hs - [@nonexistent] + - @nonexistent + - Doe (2005) says blah. + - Doe (2005, 30) says blah. + - Doe (2005, 30, with suffix) says blah. + - Doe (2005; 2006, 30; see also Doe and Roe 2007) says blah. + - In a note.[^1] + - A citation group (see Doe 2005, 34–35; also Doe and Roe 2007, chap. 3). + - 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 suffix only (Doe 2005, and nowhere else). + - Now some modifiers.[^3] +- With some markup (*see* Doe 2005, 32). + + # References Doe, John. 2005. *First Book*. Cambridge: Cambridge University Press. -- cgit v1.2.3