blob: e9d72c812a0c86a0981e7119073807069b16f93d [file] [log] [blame]
(:*******************************************************:)
(: Test: K-ForExprWithout-15 :)
(: Written by: Frans Englich :)
(: Date: 2006-10-05T18:29:37+02:00 :)
(: Purpose: A test whose essence is: `3 eq (for $foo in 1, $foo in 3 return $foo)`. :)
(:*******************************************************:)
3 eq (for $foo in 1, $foo in 3 return $foo)