blob: 85bcc0042e0e7ab1775ccd3d4d724d9d0ccb4788 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-ForExprPositionalVar-30 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: Evaluate the positional and binding expression at the same time. :)
(:*******************************************************:)
deep-equal(for $i at $p in (1, 2, 3, 4) return ($i, $p),
(1, 1, 2, 2, 3, 3, 4, 4))