blob: 8c9aae148a0e30a406dea0f3100b77ac4b00195f [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-863 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: 'castable as' involving xs:time as source type and xs:double as target type should always evaluate to false. :)
(:*******************************************************:)
not(xs:time("03:20:00-05:00") castable as xs:double)