W3C home > Mailing lists > Public > public-qt-comments@w3.org > March 2015

[Bug 28340] New: [XT30TS] error-1110a

From: <bugzilla@jessica.w3.org>
Date: Thu, 26 Mar 2015 09:23:56 +0000
To: public-qt-comments@w3.org
Message-ID: <bug-28340-523@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=28340

            Bug ID: 28340
           Summary: [XT30TS] error-1110a
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          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

Since this test groups by a constant numeric value, the use of a collation is
unnecessary, and so an implementation can avoid triggering the error case which
this test aims to hit.

   <xsl:for-each-group select="$pop/*"
                             group-adjacent="1"
                             collation="http://unknown.collation.uri/">
            <xsl:value-of select="current-group()"/>
         </xsl:for-each-group>


I'd suggest changing the test to group by a non-constant string.  e.g.

   <xsl:for-each-group select="$pop/*"
                             group-adjacent="local-name(.)"
                             collation="http://unknown.collation.uri/">
            <xsl:value-of select="current-group()"/>
         </xsl:for-each-group>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 26 March 2015 09:23:59 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 16:57:53 UTC