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