[Bug 29759] New: [QT3TS] fn-parse-json-923, 924

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>'&#xFFFD;'</assert-eq>

is wrong - it should be

<assert-eq>['&#xFFFD;']</assert-eq>

  <test>parse-json('["\u0000"]', map{'escape':false()})</test>
      <result>
         <any-of>
            <assert-eq>'&#xFFFD;'</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