Looly 5 years ago
parent
commit
b2269226d3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hutool-json/src/test/java/cn/hutool/json/JSONUtilTest.java

+ 1 - 0
hutool-json/src/test/java/cn/hutool/json/JSONUtilTest.java

@@ -165,6 +165,7 @@ public class JSONUtilTest {
 
 	@Test
 	public void parseObjTest() {
+		// 测试转义
 		final JSONObject jsonObject = JSONUtil.parseObj("{\n" +
 				"    \"test\": \"\\\\地库地库\",\n" +
 				"}");