aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/rankprofilemodularity2/invalid_comment.profile
diff options
context:
space:
mode:
Diffstat (limited to 'config-model/src/test/derived/rankprofilemodularity2/invalid_comment.profile')
-rw-r--r--config-model/src/test/derived/rankprofilemodularity2/invalid_comment.profile8
1 files changed, 8 insertions, 0 deletions
diff --git a/config-model/src/test/derived/rankprofilemodularity2/invalid_comment.profile b/config-model/src/test/derived/rankprofilemodularity2/invalid_comment.profile
new file mode 100644
index 00000000000..40e77c8c6be
--- /dev/null
+++ b/config-model/src/test/derived/rankprofilemodularity2/invalid_comment.profile
@@ -0,0 +1,8 @@
+rank-profile outside_schema1 {
+
+ // Comment with wrong comment character
+ function foo() {
+ expression: now
+ }
+
+}