This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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'"/>
This has been fixed. Thanks.