blob: fc5897c75c8080309cdb9ad25d6b176c07ec1a4e [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-677 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: 'castable as' involving xs:duration as source type and xs:gMonthDay as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:duration("P1Y2M3DT10H30M") castable as xs:gMonthDay)