blob: b204d9c1ab2070d7350e66b4f453ec9cc2d95a49 [file] [log] [blame]
(:*******************************************************:)
(: Test: K-ForExprWithout-54 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: Ensure the correct variable is used in an for-expression whose return sequence is only a variable reference(#2). :)
(:*******************************************************:)
declare variable $i := 3;
(for $i in 1 return $i) eq 1