[Bug 29753] New: [QT3TS] serialize-json-117

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

            Bug ID: 29753
           Summary: [QT3TS] serialize-json-117
           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: ---

I think there might be an escaping problem in this test at:

 translate($r,' 	

', '')

The XML parse will present the unescaped SPACE, TAB, CR and LF characters to
the XQuery parser which will then further normalize them.

I suggest using codepoints-to-string instead.

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

Received on Tuesday, 26 July 2016 12:30:14 UTC