This commit is contained in:
Looly 2023-04-27 18:42:18 +08:00
parent 7edd9144fc
commit fc8df677ca

View File

@ -737,6 +737,7 @@ public class NumberUtilTest {
}
@Test
void name() {
void issueI6ZD1RTest() {
Assertions.assertFalse(NumberUtil.isInteger("999999999999999"));
}
}