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