fix comment

This commit is contained in:
Looly
2025-06-25 17:44:06 +08:00
parent bb607e30ae
commit 6fda8f0244
8 changed files with 107 additions and 69 deletions

View File

@@ -33,6 +33,6 @@ public class IssueI676ITTest {
final JSONObject jsonObject = JSONUtil.parseObj(ResourceUtil.readUtf8Str("issueI676IT.json"));
final String xmlStr = JSONXMLSerializer.toXml(jsonObject, null, (String) null);
final String content = String.valueOf(XPathUtil.getByXPath("/page/orderItems[1]/content", XmlUtil.readXml(xmlStr), XPathConstants.STRING));
Assertions.assertEquals(content, "bar1");
Assertions.assertEquals("bar1", content);
}
}