blob: 2d8b8a2b0a25062eb22476ce6761597948133931 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-623 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: 'castable as' involving xs:integer as source type and xs:gYear as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:integer("6789") castable as xs:gYear)