koppor / jabref

Collection of simple for JabRef issues. Please submit PRs to https://github.com/jabRef/jabref/.
https://github.com/jabRef/jabref/
MIT License
8 stars 13 forks source link

DOI with \_ should be recognized #589

Closed koppor closed 6 months ago

koppor commented 2 years ago

dblp outputs bibtex data with excaped underscores

Example: 10.1007/978-3-030-15719-7\_27

JabRef should be able to handle that (i.e., treat the doi as if \_ was replaced by _)

subhramit commented 6 months ago

Owing to the recent fixes on DOI parsing, this issue no longer exists in the current unreleased build. I think we can close this. Ref. https://github.com/JabRef/jabref/issues/10648

koppor commented 6 months ago

@subhramit Is there a test in JabRef with this DOI?

subhramit commented 6 months ago

@subhramit Is there a test in JabRef with this DOI?

No, I manually tested it, but right, I'll add a test too.

subhramit commented 6 months ago

@subhramit Is there a test in JabRef with this DOI?

No, I manually tested it, but right, I'll add a test too.

However, there exists a test for a very similar one:

image

So do we need to add this one too?

koppor commented 6 months ago

@subhramit Thank you for checking!