- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 20 Aug 2007 14:29:32 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4964 Summary: [XQTS] XQueryX tests expansion of carriage return 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: oliver@cbcl.co.uk QAContact: public-qt-comments@w3.org In the XQueryX version of tests that contain carriage return (#xD) characters, the characters are expanded out into character references (
). This causes problems in the XQuery tests that expect #xD#xA to be normalized to a single new line (#xA) character for example, as the XQuery versions have 
#xA which does not get normalized. Here is a list of tests that are affected by this expansion: K2-Literals-28 Constr-cont-eol-1 Constr-cont-eol-2 Constr-ws-tag-7 Constr-ws-tag-9 Constr-ws-enclexpr-14 Constr-ws-enclexpr-17 Constr-ws-enclexpr-20 Constr-ws-enclexpr-23 Constr-ws-nobound-2 Constr-ws-nobound-5 Constr-ws-adjchref-2 Constr-ws-adjcdata-2 K2-DirectConOther-50 K2-DirectConOther-51 K2-DirectConOther-52 boundary-space-011 boundary-space-012 boundary-space-013 boundary-space-014
Received on Monday, 20 August 2007 14:29:34 UTC