summaryrefslogtreecommitdiffstats
path: root/systemtest/testcases_mandatory/test_select/test_rasql/comments_in_queries.rasql
diff options
context:
space:
mode:
Diffstat (limited to 'systemtest/testcases_mandatory/test_select/test_rasql/comments_in_queries.rasql')
-rw-r--r--systemtest/testcases_mandatory/test_select/test_rasql/comments_in_queries.rasql3
1 files changed, 3 insertions, 0 deletions
diff --git a/systemtest/testcases_mandatory/test_select/test_rasql/comments_in_queries.rasql b/systemtest/testcases_mandatory/test_select/test_rasql/comments_in_queries.rasql
new file mode 100644
index 0000000..9c6e152
--- /dev/null
+++ b/systemtest/testcases_mandatory/test_select/test_rasql/comments_in_queries.rasql
@@ -0,0 +1,3 @@
+select test_grey -- this comment text is ignored by rasdaman
+from test_grey -- for comments spanning several lines,
+ -- every line needs a separate '--' starter \ No newline at end of file