renanbr / bibtex-parser

BibTex Parser provides an API to read .bib files programmatically.
MIT License
40 stars 17 forks source link

Cannot parse tag name with whitespaces. #82

Closed Nuullll closed 3 years ago

Nuullll commented 5 years ago

Some exported BibTex files contain tags with whitespaces (such as "Early Access Date"), and the parser failed. Maybe there is something wrong in function readTagName() at Parser.php?

renanbr commented 4 years ago

Could you share a sample I can reproduce this?