- From: <bugzilla@farnsworth.w3.org>
- Date: Wed, 14 May 2008 08:57:30 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5686
Summary: K2-Literals-28, K2-Literals-39
Product: XML Query Test Suite
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: mike@saxonica.com
QAContact: public-qt-comments@w3.org
In test K2-Literals-28, the literal as written in the source contains the
whitespace sequence
20 0D 0D 0D 20 0D 0D 0A
The published results appear to expect this to be normalized to
20 0A 0A 0A 20 0A
I believe the correct normalization is to
20 0A 0A 0A 20 0A 0A
The same problem affects K2-Literals-39
Michael Kay
Received on Wednesday, 14 May 2008 08:58:00 UTC