[Bug 29044] array:sort does not define a total order when keys contain NaN

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

--- Comment #1 from Josh Spiegel <josh.spiegel@oracle.com> ---
There is a similar problem with fn:sort:

   let $a := [xs:float("NaN"), 1]
   let $b := [xs:float("NaN"), 2]
   return fn:sort(($a, $b))

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

Received on Friday, 7 August 2015 17:06:20 UTC