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