summaryrefslogtreecommitdiffstats
path: root/config-model/src/test/derived/rankprofilemodularity2/invalid_comment.profile
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-04-28 22:29:40 +0200
committerGitHub <noreply@github.com>2024-04-28 22:29:40 +0200
commit5dbb7e9dfd72371125e797204aecfbbcbd1f40cd (patch)
treef773990ebb4f796ee2f8755b484f866f83dfdf30 /config-model/src/test/derived/rankprofilemodularity2/invalid_comment.profile
parent2f8d0237bf2841cfbf23e315ff376396c364d175 (diff)
parent71a04a3277ee8c8a40f50673ec2fa8c7e88ead84 (diff)
Merge pull request #31071 from vespa-engine/hmusum/handle-more-exceptions-from-rank-profiles-outside-schemav8.337.85
Handle TokenMgrException properly when adding rank profiles outside s…
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
+ }
+
+}