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