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 20023 - [XT3TS] regex-classes-*
Summary: [XT3TS] regex-classes-*
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 3.1
: P2 normal
Target Milestone: ---
Assignee: Abel Braaksma
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-20 15:36 UTC by Tim Mills
Modified: 2013-01-28 15:09 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2012-11-20 15:36:48 UTC
Tests such as regex-classes-001 use <param> elements with a select attribute.  e.g.

    <param name="class" as="xs:string" select="C"/>

If the select attribute is meant to be interpreted as an XPath expression (which is consistent with XQ3TS), then this should probably have been:

    <param name="class" as="xs:string" select="'C'"/>
Comment 1 Tim Mills 2013-01-28 15:08:43 UTC
This has been fixed.  Thanks.