[Bug 26859] orderBy63 may not test intended error conditions

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

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike@saxonica.com

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
I don't think the proposed change helps much. An implementation can still
determine that xs:decimal(.) contributes nothing to the sorting. A better fix
would be one where the test is made error-free. Perhaps 

/DataValues/(
            for $x in NegativeNumbers/*
            order by (if name(.) = 'orderData' then $x else -$x)
            return $x)

which produces different results depending on the context item used to evaluate
name(.).

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

Received on Friday, 14 November 2014 10:00:48 UTC