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