mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add test
This commit is contained in:
@@ -323,4 +323,9 @@ public class ValidatorTest {
|
||||
Assertions.assertFalse(Validator.isChineseName("连逍遥0"));
|
||||
Assertions.assertFalse(Validator.isChineseName("SHE"));
|
||||
}
|
||||
|
||||
@Test
|
||||
void issue3352Test() {
|
||||
Validator.validateEmail("Zdd@hutool.cn", "test");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user