aboutsummaryrefslogtreecommitdiff
path: root/tests/markdown-citations.ieee.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/markdown-citations.ieee.txt')
-rw-r--r--tests/markdown-citations.ieee.txt40
1 files changed, 23 insertions, 17 deletions
diff --git a/tests/markdown-citations.ieee.txt b/tests/markdown-citations.ieee.txt
index a397e3f38..4085a7c63 100644
--- a/tests/markdown-citations.ieee.txt
+++ b/tests/markdown-citations.ieee.txt
@@ -1,45 +1,51 @@
Pandoc with citeproc-hs
=======================
-- [@nonexistent]
+- []
-- @nonexistent
+-
-- Reference 1 says blah.
+- Reference 2 says blah.
-- Reference 1 says blah.
+- Reference 2 says blah.
-- Reference 1 says blah.
+- Reference 2 says blah.
-- Reference 1 [3] says blah.
+- Reference 2 [4] says blah.
- In a note.[^1]
-- A citation group [1], [3].
+- A citation group [2], [4].
-- Another one [1].
+- Another one [2].
- And another one in a note.[^2]
-- Citation with a suffix and locator [1].
+- Citation with a suffix and locator [2].
-- Citation with suffix only [1].
+- Citation with suffix only [2].
- Now some modifiers.[^3]
-- With some markup [1].
+- With some markup [2].
+
+<div class="references">
References
==========
-[1] J. Doe, *First Book*. Cambridge: Cambridge University Press, 2005.
+[1]“nonexistent not found!” .
+
+[2] J. Doe, *First Book*. Cambridge: Cambridge University Press, 2005.
+
+[3] J. Doe, “Article,” *Journal of Generic Studies*, vol. 6, pp. 33–34, 2006.
-[2] J. Doe, “Article,” *Journal of Generic Studies*, vol. 6, pp. 33–34, 2006.
+[4] J. Doe and J. Roe, “Why Water Is Wet,” in *Third Book*, S. Smith, Ed. Oxford: Oxford University Press, 2007.
-[3] J. Doe and J. Roe, “Why Water Is Wet,” in *Third Book*, S. Smith, Ed. Oxford: Oxford University Press, 2007.
+</div>
-[^1]: Reference 3 and a citation without locators [3].
+[^1]: Reference 4 and a citation without locators [4].
-[^2]: Some citations [1–3].
+[^2]: Some citations [2–4].
-[^3]: Like a citation without author: [1], and now Doe with a locator [2].
+[^3]: Like a citation without author: [2], and now Doe with a locator [3].