ADDED: Update Citations test suite

This commit is contained in:
Fletcher T. Penney 2017-02-11 12:13:53 -05:00
parent 9b7b471c32
commit 194fcfdaf2
3 changed files with 24 additions and 11 deletions

View File

@ -11,7 +11,13 @@
<ol>
<li id="cn:1">
<p>John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006. <a href="#cnref:1" title="return to body" class="reversecitation">&#160;&#8617;</a></p>
<p>John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006.
<a href="#cnref:1" title="return to body" class="reversecitation">&#160;&#8617;</a></p>
</li>
<li id="cn:2">
<p>John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006.
<a href="#cnref:2" title="return to body" class="reversecitation">&#160;&#8617;</a></p>
</li>
</ol>

View File

@ -1,9 +1,13 @@
<p>[#first]</p>
<p>[#foo1]</p>
<p>[p. 123][#first]</p>
<p>[p. 123][#foo1]</p>
<p>[][#first]</p>
<p>[][#foo1]</p>
<p>[Not Cited][#first]</p>
<p>[Not Cited][#foo2]</p>
<p>[#first]: John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006.</p>
<p>[#foo1]: John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006.</p>
<p>[#foo2]: John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006.</p>
<p>[#foo3]: John Doe. <em>A Totally Fake Book</em>. Vanity Press, 2006.</p>

View File

@ -1,10 +1,13 @@
[#first]
[#foo1]
[p. 123][#first]
[p. 123][#foo1]
[][#first]
[][#foo1]
[Not Cited][#first]
[Not Cited][#foo2]
[#foo1]: John Doe. *A Totally Fake Book*. Vanity Press, 2006.
[#first]: John Doe. *A Totally Fake Book*. Vanity Press, 2006.
[#foo2]: John Doe. *A Totally Fake Book*. Vanity Press, 2006.
[#foo3]: John Doe. *A Totally Fake Book*. Vanity Press, 2006.