mirror of
https://gitee.com/dromara/hutool.git
synced 2025-08-20 00:44:27 +08:00
add test
This commit is contained in:
parent
41141cd824
commit
46249c257f
@ -165,6 +165,8 @@ public class ValidatorTest {
|
||||
public void isPlateNumberTest() {
|
||||
assertTrue(Validator.isPlateNumber("粤BA03205"));
|
||||
assertTrue(Validator.isPlateNumber("闽20401领"));
|
||||
//issue#3979
|
||||
assertTrue(Validator.isPlateNumber("沪AE22075"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user