aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2011-12-29 23:11:25 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2011-12-29 23:11:25 -0800
commita4f719abcf86dc8f47d788c3bf7603a9f8234619 (patch)
treec83bfae92dc8e396101ca1bd16d57190ad6b3f3d /tests
parent6c7bffb544502cd72e90a26dc35d14f86d7a416c (diff)
downloadpandoc-a4f719abcf86dc8f47d788c3bf7603a9f8234619.tar.gz
Unicode reference ID in biblio test.
Diffstat (limited to 'tests')
-rw-r--r--tests/biblio.bib2
-rw-r--r--tests/markdown-citations.txt8
2 files changed, 5 insertions, 5 deletions
diff --git a/tests/biblio.bib b/tests/biblio.bib
index 755d535a8..4eb2ba0d0 100644
--- a/tests/biblio.bib
+++ b/tests/biblio.bib
@@ -15,7 +15,7 @@ volume="6",
pages="33-34"
}
-@InCollection{item3,
+@InCollection{пункт3,
author="John Doe and Jenny Roe",
title="Why Water Is Wet",
booktitle="Third Book",
diff --git a/tests/markdown-citations.txt b/tests/markdown-citations.txt
index 5b730e33b..83050a61d 100644
--- a/tests/markdown-citations.txt
+++ b/tests/markdown-citations.txt
@@ -11,11 +11,11 @@ Pandoc with citeproc-hs
- @item1 [p. 30, with suffix] says blah.
-- @item1 [-@item2 p. 30; see also @item3] says blah.
+- @item1 [-@item2 p. 30; see also @пункт3] says blah.
- In a note.[^1]
-- A citation group [see @item1 p. 34-35; also @item3 chap. 3].
+- A citation group [see @item1 p. 34-35; also @пункт3 chap. 3].
- Another one [see @item1 p. 34-35].
@@ -32,8 +32,8 @@ Pandoc with citeproc-hs
References
==========
-[^1]: A citation without locators [@item3].
+[^1]: A citation without locators [@пункт3].
-[^2]: Some citations [see @item2 chap. 3; @item3; @item1].
+[^2]: Some citations [see @item2 chap. 3; @пункт3; @item1].
[^3]: Like a citation without author: [-@item1], and now Doe with a locator [-@item2 p. 44].