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