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