- From: <bugzilla@jessica.w3.org>
- Date: Fri, 30 Sep 2016 08:31:48 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29888
Bug ID: 29888
Summary: [QT3TS] json-to-xml-049
Product: XPath / XQuery / XSLT
Version: Candidate Recommendation
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XQuery 3 & XPath 3 Test Suite
Assignee: oneil@saxonica.com
Reporter: tim@cbcl.co.uk
QA Contact: public-qt-comments@w3.org
Target Milestone: ---
Following the resolution of Bug 29872, the expected result of json-to-xml-049
needs to be updated to retain \u0020.
<test-case name="json-to-xml-049">
<description>Special characters, with escape=true</description>
<created by="Debbie Lockett" on="2015-08-10"/>
<modified by="Michael Kay" on="2016-08-30" change="spec change, solidus
is now escaped"/>
<test>json-to-xml('"\\\/\"\r\t\u0020"', map {'escape':true()})</test>
<result>
<assert-xml ignore-prefixes="true"><![CDATA[<string
xmlns="http://www.w3.org/2005/xpath-functions"
escaped="true">\\\/"\r\t </string>]]></assert-xml>
</result>
</test-case>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 30 September 2016 08:31:58 UTC