diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-11-21 09:30:32 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-11-21 09:30:32 -0800 |
commit | 8e71b5b2792a4d6a4ec878de07a729c90709370d (patch) | |
tree | 9a7b1cdae724d2d39b68f359c0b8980513d0f211 | |
parent | 7ef7d85b3fafd9175d16d1c6ef9548a4d043464b (diff) | |
download | pandoc-8e71b5b2792a4d6a4ec878de07a729c90709370d.tar.gz |
Updated markdown-citations test for new citeproc changes.
-rw-r--r-- | tests/markdown-citations.plain | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/markdown-citations.plain b/tests/markdown-citations.plain index dd5d23efc..a834e566b 100644 --- a/tests/markdown-citations.plain +++ b/tests/markdown-citations.plain @@ -5,8 +5,9 @@ Pandoc with citeproc-hs @nonexistent -Doe (2005) says blah. Doe (2005, 30) says blah. Doe (2005, 30, suffix) -says blah. Doe (2005; 2006, 30; see also Doe and Roe 2007) says blah. +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 |