mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-07 03:06:03 +08:00
Revert accidentally changed file
This commit is contained in:
@@ -65,14 +65,6 @@ public class XMLTest {
|
||||
@Rule
|
||||
public TemporaryFolder testFolder = new TemporaryFolder();
|
||||
|
||||
@Test
|
||||
public void what() {
|
||||
String s = "<example><value attribute=\"value\"><![CDATA[some treatment <b>plant</b> with bio chemicals]]></value></example>";
|
||||
JSONObject jo = XML.toJSONObject(s);
|
||||
System.out.println(jo.toString());
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* JSONObject from a null XML string.
|
||||
|
Reference in New Issue
Block a user