- From: <bugzilla@jessica.w3.org>
- Date: Tue, 23 Sep 2014 13:36:54 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26890
Bug ID: 26890
Summary: [XT30TS] normalize-unicode-017
Product: XPath / XQuery / XSLT
Version: Working drafts
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: XSLT 3.0 Test Suite
Assignee: abel.online@xs4all.nl
Reporter: tim@cbcl.co.uk
QA Contact: public-qt-comments@w3.org
The assertions do not take account of the possibility of hexadecimal character
entity references being in upper case.
<serialization-matches><![CDATA[<ffi norm="kd"
ffi="&#(64259|xfb03);">A&#(64259|xfb03);nity</ffi>]]></serialization-matches>
should be
<serialization-matches><![CDATA[<ffi norm="kd"
ffi="&#(64259|xfb03);">A&#(64259|xfb03|xFB03);nity</ffi>]]></serialization-matches>
(presuming that no implementation would actually product xFb03 or xfB03!)
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 23 September 2014 13:37:01 UTC