mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-08 03:24:27 +08:00
Revert accidentally changed file
This commit is contained in:
@@ -65,14 +65,6 @@ public class XMLTest {
|
|||||||
@Rule
|
@Rule
|
||||||
public TemporaryFolder testFolder = new TemporaryFolder();
|
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.
|
* JSONObject from a null XML string.
|
||||||
|
Reference in New Issue
Block a user