This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-validator.git
commit 12584c893126e5b02af1171aabc2c411cd179379 Merge: 8eb7f63b deb39a25 Author: Gary Gregory <[email protected]> AuthorDate: Fri May 10 16:40:34 2024 -0400 Merge pull request #217 from homebeaver/master Validator CASNumberCheckDigit for Chemical Registry CAS Numbers and ECNumberCheckDigit .../routines/checkdigit/CASNumberCheckDigit.java | 142 +++++++++++++++++++++ .../routines/checkdigit/ECNumberCheckDigit.java | 125 ++++++++++++++++++ .../checkdigit/AbstractCheckDigitTest.java | 8 +- .../checkdigit/CASNumberCheckDigitTest.java | 58 +++++++++ .../checkdigit/ECNumberCheckDigitTest.java | 54 ++++++++ 5 files changed, 385 insertions(+), 2 deletions(-)
