This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28248 - [XT30TS] collations-0107
Summary: [XT30TS] collations-0107
Status: CLOSED INVALID
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Abel Braaksma
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-20 11:02 UTC by Tim Mills
Modified: 2015-04-08 10:40 UTC (History)
2 users (show)

See Also:


Attachments

Description Tim Mills 2015-03-20 11:02:44 UTC
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>
Comment 1 Michael Kay 2015-03-20 14:24:17 UTC
Sorry, I don't follow your reasoning. The source document I'm looking at (collations-01.xml) reads

<words>
 <word>thoughts</word>
 <word>THOUGH</word>
 <word>thOU</word>
 <word>ThoughtFul</word>
 <word>THOUGHTFULNESS</word>
 <word>tHoRoUgH</word>
 <word>touGH</word>
 <word>tROUGH</word>
 <word>THE</word>
 <word>thou</word>
 <word>THOUGHT</word>
 <word>though</word>
 <word>Thou</word> 
 <word>THOROUGH</word>
</words>

which has the three words in the expected order.
Comment 2 Abel Braaksma 2015-04-07 20:59:05 UTC
I agree with Michael here, I'm seeing the same order.

Closing this bug as invalid, please reopen if you disagree.
Comment 3 Tim Mills 2015-04-08 10:40:27 UTC
Confirmed - closing.