[Bug 20795] New: [XT3TS] regex-syntax-*

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20795

            Bug ID: 20795
           Summary: [XT3TS] regex-syntax-*
    Classification: Unclassified
           Product: XPath / XQuery / XSLT
           Version: Candidate Recommendation
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0 Test Suite
          Assignee: abel.online@xs4all.nl
          Reporter: tim@cbcl.co.uk
        QA Contact: public-qt-comments@w3.org

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="','"/>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 28 January 2013 15:10:36 UTC