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