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