mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
fix spelling in comment
This commit is contained in:
parent
9df5d34bbe
commit
95da4246a2
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ public class JSONMLTest {
|
||||||
|
|
||||||
// this test does not pass for the following reasons:
|
// this test does not pass for the following reasons:
|
||||||
// 1. Our XML parser does not handle generic HTML entities, only valid XML entities. Hence
|
// 1. Our XML parser does not handle generic HTML entities, only valid XML entities. Hence
|
||||||
// or other HTML specific entites would fail on reversability
|
// or other HTML specific entities would fail on reversability
|
||||||
// 2. Our JSON implementation for storing the XML attributes uses the standard unordered map.
|
// 2. Our JSON implementation for storing the XML attributes uses the standard unordered map.
|
||||||
// This means that <tag attr1="v1" attr2="v2" /> can not be reversed reliably.
|
// This means that <tag attr1="v1" attr2="v2" /> can not be reversed reliably.
|
||||||
// /**
|
// /**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue