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