fix XmlUtil

This commit is contained in:
Looly
2021-06-20 00:46:57 +08:00
parent 2465c024b7
commit e8ecadd9a3
4 changed files with 31 additions and 1 deletions

View File

@@ -13,4 +13,5 @@ public class XMLTest {
final String s = JSONUtil.toXmlStr(put);
Assert.assertEquals("<aaa>你好</aaa><键2>test</键2>", s);
}
}