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