[Bug 27477] JSON Serialization

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27477

Christian Gruen <christian.gruen@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #8 from Christian Gruen <christian.gruen@gmail.com> ---
Thanks for the fixes, O'Neil. Just one more thing. I think the special
character need to be escaped:

* Serialization-json-40

  <serialization-matches>\\t\\n\\r </serialization-matches>

* Serialization-json-55

  <serialization-matches>\["&amp;#13;","\\r"\]</serialization-matches>
  <serialization-matches>\["&amp;#xD;","\\r"\]</serialization-matches>
  <serialization-matches>\["&amp;#xd;","\\r"\]</serialization-matches>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 16 December 2014 15:02:03 UTC