summaryrefslogtreecommitdiffstats
path: root/systemtest/testcases_mandatory/test_select/test_rasql/general_array_constructor_variable.rasql
diff options
context:
space:
mode:
Diffstat (limited to 'systemtest/testcases_mandatory/test_select/test_rasql/general_array_constructor_variable.rasql')
-rw-r--r--systemtest/testcases_mandatory/test_select/test_rasql/general_array_constructor_variable.rasql1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemtest/testcases_mandatory/test_select/test_rasql/general_array_constructor_variable.rasql b/systemtest/testcases_mandatory/test_select/test_rasql/general_array_constructor_variable.rasql
new file mode 100644
index 0000000..2de5ac2
--- /dev/null
+++ b/systemtest/testcases_mandatory/test_select/test_rasql/general_array_constructor_variable.rasql
@@ -0,0 +1 @@
+select marray x in [1:5], y in [1:10] values a[ x[0], y[0] ] from test_grey as a \ No newline at end of file