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