arthurscchan commented on code in PR #220:
URL: https://github.com/apache/commons-codec/pull/220#discussion_r1404623725
##########
src/test/java/org/apache/commons/codec/language/MatchRatingApproachEncoderTest.java:
##########
@@ -519,4 +520,34 @@ public final void
testRemoveVowel_ALESSANDRA_Returns_ALSSNDR() {
// ***** END REGION - TEST GET MRA COMPARISONS
+ // ***** BEGIN REGION - TEST INVALID STRING *****
+
+ @Test
+ public final void testPunctuationOnly() {
+ assertDoesNotThrow(() -> {
+ String expected = "";
Review Comment:
Resolved.
##########
src/test/java/org/apache/commons/codec/language/MatchRatingApproachEncoderTest.java:
##########
@@ -519,4 +520,34 @@ public final void
testRemoveVowel_ALESSANDRA_Returns_ALSSNDR() {
// ***** END REGION - TEST GET MRA COMPARISONS
+ // ***** BEGIN REGION - TEST INVALID STRING *****
Review Comment:
removed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]