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