Skip to content

Commit 30ed623

Browse files
committed
Update test fixtures to fully test BibTeX formatter.
1 parent c58a6f2 commit 30ed623

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

test/converted/complete.bibtex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ doi = {10.5281/zenodo.1003150},
44
journal = {PeerJ},
55
month = {3},
66
number = {123},
7-
pages = {123},
7+
pages = {123--456},
88
title = {{Book Title}},
99
url = {http://142.42.1.1:8080/},
1010
volume = {2},

test/converted/preferred-citation-no-vol.bibtex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author = {Hartmann, Jonas and Wong, Mie and Gallo, Elisa and Gilmour, Darren},
33
doi = {10.7554/eLife.55913},
44
month = {6},
5+
pages = {888},
56
title = {{An image-based data-driven analysis of cellular architecture in a developing tissue}},
67
url = {https://elifesciences.org/articles/55913},
78
year = {2020}

test/files/complete.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ preferred-citation:
137137
department: Department
138138
doi: 10.5281/zenodo.1003150
139139
edition: 2nd edition
140-
end: 123
140+
end: 456
141141
entry: Chapter 9
142142
filename: book.zip
143143
format: Printed book

test/files/preferred-citation-no-vol.cff

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ preferred-citation:
2525
doi: "10.7554/eLife.55913"
2626
date-released: "2020-06-05"
2727
url: "https://elifesciences.org/articles/55913"
28+
start: 888
29+
end: 888

0 commit comments

Comments
 (0)