summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatterns/queries/flwor.xq
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/xmlpatterns/queries/flwor.xq')
-rw-r--r--tests/auto/xmlpatterns/queries/flwor.xq4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/xmlpatterns/queries/flwor.xq b/tests/auto/xmlpatterns/queries/flwor.xq
new file mode 100644
index 0000000..16e3b2c
--- /dev/null
+++ b/tests/auto/xmlpatterns/queries/flwor.xq
@@ -0,0 +1,4 @@
+for $a in (1, 4, 2)
+let $i := (1, 3, 2)
+order by $i
+return $i