- From: <bugzilla@jessica.w3.org>
- Date: Fri, 29 Jul 2016 09:20:10 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29759
Bug ID: 29759
Summary: [QT3TS] fn-parse-json-923, 924
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: ---
The expected result
<assert-eq>'�'</assert-eq>
is wrong - it should be
<assert-eq>['�']</assert-eq>
<test>parse-json('["\u0000"]', map{'escape':false()})</test>
<result>
<any-of>
<assert-eq>'�'</assert-eq>
<error code="FOJS0001"/>
</any-of>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 29 July 2016 09:20:18 UTC