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