~zorba-coders/zorba/bug1123016

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/eval/eval15.xq

  • Committer: Sorin Marian Nasoi
  • Date: 2013-04-09 11:44:43 UTC
  • mfrom: (11301.1.53 zorba)
  • Revision ID: spungi@gmail.com-20130409114443-89vz57gpyjzwoiok
Merged lp:zorba trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
 
 
3
import module namespace refl = "http://www.zorba-xquery.com/modules/reflection";
 
4
 
 
5
 
 
6
for $x in (1, 5)
 
7
return count(refl:eval("for $i in 1 to $x where $i < 4 return $i"))