[Bug 28248] New: [XT30TS] collations-0107

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

            Bug ID: 28248
           Summary: [XT30TS]  collations-0107
           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 the key function returns nodes in document order, and the input file
contains

<words>
 ...
 <word>thOU</word>
 <word>Thou</word> 
 <word>thou</word>
 ...
</words>

the expected result should be 

  <assert-xml><![CDATA[<out>thOU Thou thou</out>]]></assert-xml>


and not

  <assert-xml><![CDATA[<out>thOU thou Thou</out>]]></assert-xml>

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

Received on Friday, 20 March 2015 11:02:49 UTC