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