ORCID / bibtexParseJs

A JavaScript library that parses BibTeX parser.
MIT License
107 stars 39 forks source link

Ignore tabs and other whitespace in field keys #17

Closed bbbrumley closed 7 years ago

bbbrumley commented 7 years ago

Tabs between bibtex entry field keys and the equal sign were not parsing correctly. For example, author=(TAB){John Doe}

One commit is the one-liner fix, the other is a unit test.

I ran into this issue with a bib file produced by the bibtool application.