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