aboutsummaryrefslogtreecommitdiff
path: root/test/command/biblio.bib
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/biblio.bib')
-rw-r--r--test/command/biblio.bib26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/command/biblio.bib b/test/command/biblio.bib
new file mode 100644
index 000000000..4eb2ba0d0
--- /dev/null
+++ b/test/command/biblio.bib
@@ -0,0 +1,26 @@
+@Book{item1,
+author="John Doe",
+title="First Book",
+year="2005",
+address="Cambridge",
+publisher="Cambridge University Press"
+}
+
+@Article{item2,
+author="John Doe",
+title="Article",
+year="2006",
+journal="Journal of Generic Studies",
+volume="6",
+pages="33-34"
+}
+
+@InCollection{пункт3,
+author="John Doe and Jenny Roe",
+title="Why Water Is Wet",
+booktitle="Third Book",
+editor="Sam Smith",
+publisher="Oxford University Press",
+address="Oxford",
+year="2007"
+}