blob: b2b588138a4d1679efcadadbbdf95e24f86f5e26 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-ForExprPositionalVar-16 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: Verify that the position is properly computed for the range expression(#2). :)
(:*******************************************************:)
deep-equal((1, 2, 3, 4),
for $i at $p
in -10 to -7
return $p)