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