| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov ReportBase: 100.00% // Head: 100.00% // No change to project coverage 👍 Additional details and impacted files @@ Coverage Diff @@
## master #2155 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 105 105
Lines 2335 2335
Branches 586 586
=========================================
Hits 2335 2335
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Sorry, something went wrong.
refactored the regexp:
---
* removed meaningless {1} quantifiers
* simplified regexp a bit (removing useless escape character)
* fixed the bug that would cause it to match invalid numbers
tests
---
* added tests for invalid numbers
fixes validatorjs#1066
| Back | FazBrowse Home | New Git URL |
refactoredthe regexp:
and most importantly:
tests
fixes #1066