diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-09 13:18:01 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-09 13:18:01 -0800 |
commit | d74e8d14a565a359126b6b1633c074f4591dc7c3 (patch) | |
tree | af777abd0462237fc59f8f63ea8a060c8781e45e /tests | |
parent | 6a51897f339dc40ade91272e4e6cb4192bd91c7b (diff) | |
download | pandoc-d74e8d14a565a359126b6b1633c074f4591dc7c3.tar.gz |
Markdown citations: don't strip off initial space in locator.
Previously `[@item1 and nowhere else]` yielded the locator ", and nowhere
else", or, with the new citeproc-hs, "and nowhere else".
Now it yields " and nowhere else".
Diffstat (limited to 'tests')
-rw-r--r-- | tests/markdown-citations.chicago-author-date.txt | 2 | ||||
-rw-r--r-- | tests/markdown-citations.mhra.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/markdown-citations.chicago-author-date.txt b/tests/markdown-citations.chicago-author-date.txt index 11d84dadc..07539faf4 100644 --- a/tests/markdown-citations.chicago-author-date.txt +++ b/tests/markdown-citations.chicago-author-date.txt @@ -22,7 +22,7 @@ - Citation with a suffix and locator (Doe 2005, 33, 35–37, and nowhere else). -- Citation with suffix only (Doe 2005, and nowhere else). +- Citation with suffix only (Doe 2005 and nowhere else). - Now some modifiers.[^3] diff --git a/tests/markdown-citations.mhra.txt b/tests/markdown-citations.mhra.txt index 56eb147a3..ed3f1c850 100644 --- a/tests/markdown-citations.mhra.txt +++ b/tests/markdown-citations.mhra.txt @@ -54,7 +54,7 @@ Doe, John, and Jenny Roe, ‘Why Water Is Wet’, in *Third Book*, ed by Sam Smi [^9]: Doe, First Book, pp. 33, 35-37, and nowhere else. -[^10]: Doe, First Book, and nowhere else. +[^10]: Doe, First Book and nowhere else. [^11]: Like a citation without author: First Book, and now Doe with a locator Article, 33-34 (p. 44). |