mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 03:15:32 -04:00
Revert accidentally changed file
This commit is contained in:
parent
8f3e5ade18
commit
76ec2fe5a2
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user