aboutsummaryrefslogtreecommitdiff
path: root/tests/markdown-citations.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-13 00:02:38 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-13 00:02:38 -0800
commit83bb1de3f592b21ba2af01c321a4ec74d1264530 (patch)
tree65201f06f197e3e8f1db4347ae1558df90168b3e /tests/markdown-citations.txt
parenta3988d89c8facbc9b67e9589552a2a2e4c34e4f5 (diff)
downloadpandoc-83bb1de3f592b21ba2af01c321a4ec74d1264530.tar.gz
Improved citation tests.
Diffstat (limited to 'tests/markdown-citations.txt')
-rw-r--r--tests/markdown-citations.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/markdown-citations.txt b/tests/markdown-citations.txt
index 83050a61d..1207c0133 100644
--- a/tests/markdown-citations.txt
+++ b/tests/markdown-citations.txt
@@ -15,7 +15,7 @@ Pandoc with citeproc-hs
- In a note.[^1]
-- A citation group [see @item1 p. 34-35; also @пункт3 chap. 3].
+- A citation group [see @item1 chap. 3; also @пункт3 p. 34-35].
- Another one [see @item1 p. 34-35].
@@ -34,6 +34,6 @@ References
[^1]: A citation without locators [@пункт3].
-[^2]: Some citations [see @item2 chap. 3; @пункт3; @item1].
+[^2]: Some citations [see @item1 chap. 3; @пункт3; @item2].
[^3]: Like a citation without author: [-@item1], and now Doe with a locator [-@item2 p. 44].