This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
fn-deep-equal-mix-args-022 does a fn:deep-equal( xs:float("NaN") , xs:double("NaN")) and expects 'false', but the spec say "If $i1 and $i2 are both atomic values, they are deep-equal [...] if both values are NaN", so the correct result should be 'true'
Fixed the log.
(In reply to comment #1) The result indeed became true, but an additional 0D0A was added to the expected result. Can this be removed? We're running XQTS_current.zip v1.10... Thanks, Tom.
Please check the public CVS for the correct results.