~zorba-coders/zorba/hof-merge

« back to all changes in this revision

Viewing changes to test/rbkt/Queries/zorba/jsoniq/keys_03.xq

  • Committer: Markos Zaharioudakis
  • Date: 2013-03-25 15:11:52 UTC
  • mfrom: (10632.1.679 zorba)
  • Revision ID: markos_za@yahoo.com-20130325151152-fh98ryulrdd0he8l
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
import module namespace refl = "http://www.zorba-xquery.com/modules/reflection";
 
2
 
 
3
let $x := refl:eval("for $i in 1 to 10 return { 'foo' || $i : 'bar' || $i }")
 
4
return $x()
 
5