summaryrefslogtreecommitdiffstats
path: root/test/test.cfg
blob: 3300a82a4978ae8a82e7b068673ba95fe8d61341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
section2  {
	param = "value";
	param2 = value // comment
	array = [ 100500, 10s, 50mb ] # array
	/* 
	 * This should be commented
	 *
	 * test123 = test
	 */ 
}
/* 
section3 {
	key = value
}
/* Nested comment */
*/