Commit bc80a34
Support html when parsing arXiv identifiers (#14474)
* Support html when parsing arXiv identifiers
- Added 'html' to ARXIV_PREFIX regex pattern to recognize arxiv.org/html/ URLs
- Added test cases for HTML URLs with HTTP/HTTPS and with/without version numbers
Fixes #14451
* Fix checkstyle violations - separate variable declarations
* Discard changes to .idea/codeStyles/Project.xml
* Add CHANGELOG.md entry
* Fix alphabetical ordering
---------
Co-authored-by: Oliver Kopp <[email protected]>1 parent d61b659 commit bc80a34
File tree
3 files changed
+23
-1
lines changed- jablib/src
- main/java/org/jabref/model/entry/identifier
- test/java/org/jabref/model/entry/identifier
3 files changed
+23
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
174 | 195 | | |
0 commit comments