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