Sarankumar18 commented on code in PR #1700:
URL: https://github.com/apache/commons-lang/pull/1700#discussion_r3414097196
##########
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:
@garydgregory I've made as parametrize test for testLANG1827
--
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]