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