mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-04 12:47:59 +08:00
add test
This commit is contained in:
parent
57b566f9c7
commit
fb664be8c5
@ -0,0 +1,12 @@
|
|||||||
|
package cn.hutool.core.util;
|
||||||
|
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public class Issue3660Test {
|
||||||
|
@Test
|
||||||
|
public void splitTest() {
|
||||||
|
System.out.println(StrUtil.split("", ','));
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user