This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26890 - [XT30TS] normalize-unicode-017
Summary: [XT30TS] normalize-unicode-017
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: johnlumley
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-23 13:36 UTC by Tim Mills
Modified: 2014-09-24 09:04 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2014-09-23 13:36:54 UTC
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!)
Comment 1 johnlumley 2014-09-24 08:32:45 UTC
Corrected and committed. There is an additional deficiency in normalize-unicode-018 that I'm tracking down.
Comment 2 Tim Mills 2014-09-24 09:04:00 UTC
Confirmed fixed.  Thanks.