This commit is contained in:
Shikong 2023-05-30 10:11:22 +08:00
parent 3ce2c201e3
commit 41d4767d49

View File

@ -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");
}
}