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