aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.cfg
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-21 15:31:48 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2013-08-21 15:31:48 +0100
commit91d9f33e86b39737617d2d3fbc016673ba3b8cb1 (patch)
treef9be548a41b33d921fa8ff0ead5a56a6a0d9bce1 /test/test.cfg
parent24d6fe7ee9d2362a199323d083d58bcdfe84df69 (diff)
downloadrspamd-91d9f33e86b39737617d2d3fbc016673ba3b8cb1.tar.gz
rspamd-91d9f33e86b39737617d2d3fbc016673ba3b8cb1.zip
Fix some issues with comments in rcl.
Diffstat (limited to 'test/test.cfg')
-rw-r--r--test/test.cfg15
1 files changed, 13 insertions, 2 deletions
diff --git a/test/test.cfg b/test/test.cfg
index 880b363d4..3300a82a4 100644
--- a/test/test.cfg
+++ b/test/test.cfg
@@ -1,5 +1,16 @@
section2 {
param = "value";
- param2 = value
- array = [ 100500, 10s, 50mb ]
+ param2 = value // comment
+ array = [ 100500, 10s, 50mb ] # array
+ /*
+ * This should be commented
+ *
+ * test123 = test
+ */
}
+/*
+section3 {
+ key = value
+}
+/* Nested comment */
+*/