diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-12-07 08:14:26 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-07 08:14:26 -0800 |
commit | 5f283e4d472bc1949fd9727decd6fcd89f34f3c7 (patch) | |
tree | 9862c7c7621b8aadc488a565f562fb40a7eab872 | |
parent | c66921f2acea456af527b93e2daa1d8594798642 (diff) | |
download | pandoc-5f283e4d472bc1949fd9727decd6fcd89f34f3c7.tar.gz |
Updated ieee citation test for punctuation-in-quote.
-rw-r--r-- | tests/markdown-citations.ieee.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/markdown-citations.ieee.txt b/tests/markdown-citations.ieee.txt index de5c30b33..6020d51b7 100644 --- a/tests/markdown-citations.ieee.txt +++ b/tests/markdown-citations.ieee.txt @@ -18,9 +18,9 @@ [1] J. Doe, *First Book*, Cambridge: Cambridge University Press, 2005. -[2] J. Doe, “Article”, *Journal of Generic Studies*, vol. 6, 2006, pp. 33-34. +[2] J. Doe, “Article,” *Journal of Generic Studies*, vol. 6, 2006, pp. 33-34. -[3] J. Doe and J. Roe, “Why Water Is Wet”, *Third Book*, Smith, S., Ed., Oxford: Oxford University Press, 2007. +[3] J. Doe and J. Roe, “Why Water Is Wet,” *Third Book*, Smith, S., Ed., Oxford: Oxford University Press, 2007. [^1]: A citation without locators [3]. |