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