mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add test
This commit is contained in:
@@ -41,4 +41,10 @@ public class NamingCaseTest {
|
||||
.set("DEPT_NAME","DEPT_NAME")
|
||||
.forEach((key, value) -> Assert.assertEquals(value, NamingCase.toUnderlineCase(key)));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void issueI5TVMUTest(){
|
||||
// https://gitee.com/dromara/hutool/issues/I5TVMU
|
||||
Assert.assertEquals("t1C1", NamingCase.toUnderlineCase("t1C1"));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user