ORCID / bibtexParseJs

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

Fix parsing of a key-like value at end of entry #28

Open smarr opened 4 years ago

smarr commented 4 years ago

This adds a test and fix for a year value failing a regex check.

Perhaps the trim should be done inside the key() function, would avoid other potential issues.