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