charlesvdv / nom-bibtex

A feature complete bibtex parser using nom
https://docs.rs/nom-bibtex
MIT License
22 stars 15 forks source link

Fix failing tests to prepare for 0.3.0 release #11

Closed charlesvdv closed 3 years ago

charlesvdv commented 3 years ago

@TheZoq2 since you invested quite a bit of time in the library, I would like your input before I merge this. For the preamble parsing, I am not 100% sure but from what I have seen, I think this is a safe assumption to make.

TheZoq2 commented 3 years ago

Hmm, it has been a while since I looked at this so I don't remember the details of what is allowed in bibtex and what is not.

Requiring quotes would make sense, but I'm not sure if one should assume that bibtex makes sense ;)

I also think my test bibtex file didn't have any preambles, other wise I could check with that