blob: 94a183056fec70ce81412ac748a9090ec52cdf56 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1436 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: 'castable as' involving xs:QName as source type and xs:decimal as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:QName("ncname") castable as xs:decimal)