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