summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatterns/queries/flwor.xq
blob: 16e3b2c25e2e82f5c6c08cb394508f788ebaba8d (plain)
1
2
3
4
for $a in (1, 4, 2)
let $i := (1, 3, 2)
order by $i
return $i