rspamd/test/test.cfg
2013-08-21 15:31:48 +01:00

17 lines
215 B
INI

section2 {
param = "value";
param2 = value // comment
array = [ 100500, 10s, 50mb ] # array
/*
* This should be commented
*
* test123 = test
*/
}
/*
section3 {
key = value
}
/* Nested comment */
*/