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