mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add test
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user