测试
This commit is contained in:
parent
3ce2c201e3
commit
41d4767d49
@ -8,7 +8,14 @@ import org.junit.jupiter.api.Test;
|
||||
public class CommonTest {
|
||||
@Test
|
||||
void unicodeTest() {
|
||||
// \u000d log.info("test1");
|
||||
// 注释
|
||||
//
|
||||
|
||||
/*
|
||||
\u000d\u002a\u002f\u006c\u006f\u0067\u002e\u0069\u006e\u0066\u006f\u0028\u0022\u0074\u0065\u0073\u0074\u0031\u0022\u0029\u003b\u002f\u002a
|
||||
*/
|
||||
|
||||
// \u000a log.info("test2");
|
||||
// log.info("test3");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user