summaryrefslogtreecommitdiffstats
path: root/systemtest/testcases_mandatory/test_select/test_rasql/array_constants.rasql
diff options
context:
space:
mode:
Diffstat (limited to 'systemtest/testcases_mandatory/test_select/test_rasql/array_constants.rasql')
-rw-r--r--systemtest/testcases_mandatory/test_select/test_rasql/array_constants.rasql1
1 files changed, 1 insertions, 0 deletions
diff --git a/systemtest/testcases_mandatory/test_select/test_rasql/array_constants.rasql b/systemtest/testcases_mandatory/test_select/test_rasql/array_constants.rasql
new file mode 100644
index 0000000..41df935
--- /dev/null
+++ b/systemtest/testcases_mandatory/test_select/test_rasql/array_constants.rasql
@@ -0,0 +1 @@
+select < [-1:1,-2:2] 0, 1, 2, 3, 4; 1, 2, 3, 4, 5; 2, 3, 4, 5, 6 > from test_grey \ No newline at end of file