blob: 0f8f5f2654dcd8f12ebb4d252c516f122c98bf74 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-491 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:38+02:00 :)
(: Purpose: Verify with 'instance of' that the xs:double constructor function produces values of the correct type. The subsequence() function makes it more difficult for optimizers to take short cuts based on static type information. :)
(:*******************************************************:)
subsequence(("dummy", 1.1, xs:double("3.3e3")), 3, 1) instance of xs:double