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