We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df5d34 commit 95da424Copy full SHA for 95da424
src/test/java/org/json/junit/JSONMLTest.java
@@ -782,7 +782,7 @@ public void testAttributeConversionReversabilityHTML() {
782
783
// this test does not pass for the following reasons:
784
// 1. Our XML parser does not handle generic HTML entities, only valid XML entities. Hence
785
-// or other HTML specific entites would fail on reversability
+// or other HTML specific entities would fail on reversability
786
// 2. Our JSON implementation for storing the XML attributes uses the standard unordered map.
787
// This means that <tag attr1="v1" attr2="v2" /> can not be reversed reliably.
788
// /**
0 commit comments