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