diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-11-12 18:46:34 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-11-12 18:46:34 -0800 |
commit | bf4d9199895091998fd130e0c20551815d07df99 (patch) | |
tree | ab8b80f5d900f64b94cd0b526da9a1b8d2066fed /tests | |
parent | f272b81f850a61a30d72b31494c13e69170d2715 (diff) | |
download | pandoc-bf4d9199895091998fd130e0c20551815d07df99.tar.gz |
Improvements to test suite for citations.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/biblio.bib | 2 | ||||
-rw-r--r-- | tests/markdown-citations.plain | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/tests/biblio.bib b/tests/biblio.bib index d395eb5b8..755d535a8 100644 --- a/tests/biblio.bib +++ b/tests/biblio.bib @@ -20,7 +20,7 @@ author="John Doe and Jenny Roe", title="Why Water Is Wet", booktitle="Third Book", editor="Sam Smith", -publisher="Oxford University PresS", +publisher="Oxford University Press", address="Oxford", year="2007" } diff --git a/tests/markdown-citations.plain b/tests/markdown-citations.plain index 8521e8c0b..35218d954 100644 --- a/tests/markdown-citations.plain +++ b/tests/markdown-citations.plain @@ -17,12 +17,13 @@ Now some modifiers.[^3] References ========== -Doe, John. 2005. First Book. Cambridge: Cambridge University Press. +Doe, John. 2005. First Book. Cambridge: Cambridge University +Press. ---. 2006. Article. Journal of Generic Studies 6: 33-34. -Doe, John, and Jenny Roe. 2007. Why Water Is Wet. Sam Smith Ed. -Third Book. Oxford: Oxford University Press. +Doe, John, and Jenny Roe. 2007. Why Water Is Wet. In Third Book, +ed. Sam Smith. Oxford: Oxford University Press. [^1]: A citation without locators [Doe and Roe (2007)]. |