-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing journal abbreviation roundtrip (#9453)
* checking for dot-less/medline abbreviations * fixed regex * fixed indentation * Move code for checking dot-less abbreviations into separate method * Add checks for dot-less abbreviations * Add test case for dot-less abbreviations * Update CHANGELOG.md * Add new static class variable for Pattern * Add checks for "?" journal names * Add check requiring abbreviation be more than 2 words
- Loading branch information
Showing
3 changed files
with
70 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters