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