From bf4d9199895091998fd130e0c20551815d07df99 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Fri, 12 Nov 2010 18:46:34 -0800 Subject: [PATCH] Improvements to test suite for citations. --- tests/biblio.bib | 2 +- 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)].