This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git
from 0b9d5dc6 Updates for the next release
add 201973ae drop the symbol separator in the currency and percent re-parse
add 161e1885 test suffix-symbol locales against the JVM locale data and
share the pattern strip
add 9f428113 test the suffix-symbol pattern against every available locale
add 373d90ba expect the trimmed plain-space separator in the suffix-symbol
locale tests
new b4b6d0c8 Merge pull request #430 from
sahvx655-wq/currency-percent-symbol-separator
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../validator/routines/BigDecimalValidator.java | 33 ++++++++++
.../validator/routines/CurrencyValidator.java | 10 +--
.../validator/routines/PercentValidator.java | 10 +--
.../validator/routines/CurrencyValidatorTest.java | 69 ++++++++++++++++++++
.../validator/routines/PercentValidatorTest.java | 73 ++++++++++++++++++++++
5 files changed, 179 insertions(+), 16 deletions(-)