garydgregory commented on code in PR #1700:
URL: https://github.com/apache/commons-lang/pull/1700#discussion_r3413322369
##########
src/test/java/org/apache/commons/lang3/time/DurationFormatUtilsTest.java:
##########
@@ -584,6 +584,24 @@ void testLANG815() {
void testLANG981() { // unmatched quote char in lexx
assertIllegalArgumentException(() ->
DurationFormatUtils.lexx("'yMdHms''S"));
}
+
+ @Test
+ void testLANG1827() {
Review Comment:
Hello @Sarankumar18
Please write this new test as a `@ParameterizedTest` so that we can run all
input/output individually and see them all fail if the `main` side of the patch
is not applied.
--
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]