blob: 96c2f6716675ee10a98c825af9a92f71bd4dd99c [file] [log] [blame]
(:*******************************************************:)
(: Test: K-SeqExprCast-1215 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:39+02:00 :)
(: Purpose: Verify with 'instance of' that the xs:boolean 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:boolean("true")), 3, 1) instance of xs:boolean