Skip to content

Commit

Permalink
remove testcase println
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Apr 13, 2024
1 parent d2058ab commit a77bb6c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ public void test() {
com.alibaba.fastjson.JSONObject object = com.alibaba.fastjson.JSON.parseObject(str);
String str1 = object.toJSONString(object, SerializerFeature.BrowserCompatible);
String str2 = JSON.toJSONString(object, JSONWriter.Feature.EscapeNoneAscii);
System.out.println(str1);
System.out.println(str2);
assertEquals(str1, str2);
}
}

0 comments on commit a77bb6c

Please sign in to comment.