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