Skip to content

Commit 263a546

Browse files
committed
test more kinds of comments
1 parent 1f2753e commit 263a546

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

tests/comments.bib

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
1+
@comment{thisdoesntmatter,
2+
does={not matter},
3+
}
4+
5+
@Comment{thisisalsoignored,
6+
ignored={},
7+
does={
8+
}
9+
10+
ignored{ignored,
11+
this={is ignored},
12+
}
13+
invalid{}
14+
15+
hello world!
16+
117
% Comments before the entry works
218
@book{mcelreath2007mathematical,
319
title={Mathematical models of social evolution: A guide for the perplexed},
420
author={McElreath, Richard and Boyd, Robert},
521
year={2007},
622
publisher={University of Chicago Press},
7-
address={Chicago}
23+
address={Chicago},
24+
unknowneditorzzz={this is a comment},
825
}
926

1027
@article{fischer2022equivalence,

0 commit comments

Comments
 (0)