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 20795 - [XT3TS] regex-syntax-*
Summary: [XT3TS] regex-syntax-*
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 Test Suite (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: 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: 2013-01-28 15:10 UTC by Tim Mills
Modified: 2013-01-29 10:50 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2013-01-28 15:10:35 UTC
Tests such as regex-regex-syntax-0001 use <param> elements with a select attribute.  e.g.

    <param name="match" as="xs:string" select=","/>

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="match" as="xs:string" select="','"/>
Comment 1 Tim Mills 2013-01-29 10:49:48 UTC
I've taken the liberty of fixing this.