- From: <bugzilla@jessica.w3.org>
- Date: Tue, 20 Nov 2012 15:36:48 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20023
Priority: P2
Bug ID: 20023
Assignee: abel.online@xs4all.nl
Summary: [XT3TS] regex-classes-*
QA Contact: public-qt-comments@w3.org
Severity: normal
Classification: Unclassified
OS: Windows NT
Reporter: tim@cbcl.co.uk
Hardware: PC
Status: NEW
Version: Working drafts
Component: XSLT 3.0 Test Suite
Product: XPath / XQuery / XSLT
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'"/>
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 20 November 2012 15:36:53 UTC