- From: <bugzilla@jessica.w3.org>
- Date: Tue, 16 Dec 2014 15:02:02 +0000
- To: public-qt-comments@w3.org
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>\["&#13;","\\r"\]</serialization-matches>
<serialization-matches>\["&#xD;","\\r"\]</serialization-matches>
<serialization-matches>\["&#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