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