This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Test case cbcl-deep-equal-008 expects true for the query: deep-equal((xs:untypedAtomic("a"), xs:untypedAtomic("P12M"), 2.0), (xs:untypedAtomic("a"), xs:yearMonthDuration("P1Y"), xs:untypedAtomic(" 2"))) deep-equal requires pairs of atomic values to be be equal to each other using eq. This is not the case for xs:untypedAtomic("P12M") and xs:yearMonthDuration("P1Y"). eq treats "P12M" as a string, which is not comparable to a duration.
Now corrected. Please mark as CLOSED if you agree with the resolution. Otherwise, REOPEN.