mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-02 20:02:49 +08:00
add test
This commit is contained in:
parent
977b2dfdd2
commit
25bea0997c
@ -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");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user