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