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