diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-11-28 08:10:01 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-11-28 08:10:01 -0800 |
commit | b2e9f64984562ae5a6c33f5186fe5e515c4d5890 (patch) | |
tree | 8015f5aebe3f7281948165d8d4a573ee44381de0 /tests/markdown-citations.mhra.html | |
parent | b10e82c9fa9a2284a3eb9ff3bc1334ed15d45a26 (diff) | |
download | pandoc-b2e9f64984562ae5a6c33f5186fe5e515c4d5890.tar.gz |
Updated citation tests to use en-dash between ranges.
Diffstat (limited to 'tests/markdown-citations.mhra.html')
-rw-r--r-- | tests/markdown-citations.mhra.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/markdown-citations.mhra.html b/tests/markdown-citations.mhra.html index 76ca1b2ef..29c69d1a9 100644 --- a/tests/markdown-citations.mhra.html +++ b/tests/markdown-citations.mhra.html @@ -59,7 +59,7 @@ ><p >Doe, John, ‘Article’, <em >Journal of Generic Studies</em - >, 6 (2006), 33-34.</p + >, 6 (2006), 33–34.</p ><p >---, <em >First Book</em @@ -89,7 +89,7 @@ ><p >First Book; ‘Article’, <em >Journal of Generic Studies</em - >, 6 (2006), 33-34 (p. 30); see also John Doe and Jenny Roe, ‘Why Water Is Wet’, in <em + >, 6 (2006), 33–34 (p. 30); see also John Doe and Jenny Roe, ‘Why Water Is Wet’, in <em >Third Book</em >, ed by Sam Smith (Oxford: Oxford University Press, 2007). <a href="#fnref4" class="footnoteBackLink" title="Jump back to footnote 4">↩</a></p ></li @@ -99,19 +99,19 @@ ></li ><li id="fn6" ><p - >See Doe, First Book, pp. 34-35; also Doe and Roe, chap. 3. <a href="#fnref6" class="footnoteBackLink" title="Jump back to footnote 6">↩</a></p + >See Doe, First Book, pp. 34–35; also Doe and Roe, chap. 3. <a href="#fnref6" class="footnoteBackLink" title="Jump back to footnote 6">↩</a></p ></li ><li id="fn7" ><p - >See Doe, First Book, pp. 34-35. <a href="#fnref7" class="footnoteBackLink" title="Jump back to footnote 7">↩</a></p + >See Doe, First Book, pp. 34–35. <a href="#fnref7" class="footnoteBackLink" title="Jump back to footnote 7">↩</a></p ></li ><li id="fn8" ><p - >Some citations see Doe, Article, 33-34 (chap. 3); Doe and Roe; Doe, First Book. <a href="#fnref8" class="footnoteBackLink" title="Jump back to footnote 8">↩</a></p + >Some citations see Doe, Article, 33–34 (chap. 3); Doe and Roe; Doe, First Book. <a href="#fnref8" class="footnoteBackLink" title="Jump back to footnote 8">↩</a></p ></li ><li id="fn9" ><p - >Doe, First Book, pp. 33, 35-37, and nowhere else. <a href="#fnref9" class="footnoteBackLink" title="Jump back to footnote 9">↩</a></p + >Doe, First Book, pp. 33, 35–37, and nowhere else. <a href="#fnref9" class="footnoteBackLink" title="Jump back to footnote 9">↩</a></p ></li ><li id="fn10" ><p @@ -119,8 +119,8 @@ ></li ><li id="fn11" ><p - >Like a citation without author: First Book, and now Doe with a locator Article, 33-34 (p. 44). <a href="#fnref11" class="footnoteBackLink" title="Jump back to footnote 11">↩</a></p + >Like a citation without author: First Book, and now Doe with a locator Article, 33–34 (p. 44). <a href="#fnref11" class="footnoteBackLink" title="Jump back to footnote 11">↩</a></p ></li ></ol ></div ->
\ No newline at end of file +> |