blob: b3a0c713bf924210da3dd6dfced688b89d8967d5 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-FilterExpr-51 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:36+02:00 :)
(: Purpose: Filter a sequence with instance of and a second predicate. :)
(:*******************************************************:)
((0, 1, 2, "a", "b", "c")[. instance of xs:string][. treat as xs:string eq "c"] treat as xs:string) eq "c"