bibtexParseJs
bibtexParseJs copied to clipboard
Fix parsing of a key-like value at end of entry
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.