biblatex 0.11.0

Parsing, writing, and evaluating BibTeX and BibLaTeX files
Documentation
@comment{thisdoesntmatter,
  does={not matter},
}

@Comment{thisisalsoignored,
  ignored={},
  does={
}

ignored{ignored,
  this={is ignored},
}
invalid{}

hello world!

% Comments before the entry works
@book{mcelreath2007mathematical,
  title={Mathematical models of social evolution: A guide for the perplexed},
  author={McElreath, Richard and Boyd, Robert},
  year={2007},
  publisher={University of Chicago Press},
  address={Chicago},
  unknowneditorzzz={this is a comment},
}

@article{fischer2022equivalence,
  title={Why equivalence and invariance are both different and essential for scientific studies of culture: A discussion of mapping processes and theoretical implications},
  author={Fischer, Ronald and Karl, Johannes and Luczak-Roesch, Markus},
  year={2022},  % An inline comment should also work
  publisher={PsyArXiv},
  % A comment on a new line of the entry
  url={https://files.osf.io/v1/resources/fst9k/providers/osfstorage/6312eb42e7f1b7082aaae63c}
}

% Commented-out blocks should also work
% @manual{rlang,
%   title={R: A Language and Environment for Statistical Computing},
%   author={{R Core Team}},
%   organization={R Foundation for Statistical Computing},
%   address={Vienna, Austria},
%   year={2024},
%   url={https://www.R-project.org/}
% }

@article{roes2003belief,  % A comment after the entry key
  title={Belief in moralizing gods},
  author={Roes, Frans L and Raymond, Michel},
  journal={Evolution and human behavior},
  volume={24},
  number={2},
  pages={126--135},
  year={2003},
  publisher={Elsevier},
  doi={10.1016/S1090-5138(02)00134-4}
}  % A comment after the entry

% This is an example of a percent symbol in the content of the entry, so we must ignore after the % too eagerly
@article{wong2016null,
  title={Null hypothesis testing ({I})-5\% significance level},
  author={Wong, Kai-Choi},
  journal={East Asian Archives of Psychiatry},
  volume={26},
  number={3},
  pages={112--113},
  year={2016},
  publisher={Hong Kong College of Psychiatrists}  % A comment at the end of the entry
}