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