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