summaryrefslogtreecommitdiff
path: root/test/common/testfiles/config6.txt
blob: d7381738da423262c773bf41704a7b234523a82c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
test1
{
	value=12
	string1 = carrots in may  
	string2 =on the string
	subconfig
	{
		bing= nothing really
		carrots =0x2356
		terrible=lovely
	}
	subconfig2
	{
		bing= something
		bing= something else
		carrots=-243895
		terrible=pgin!
	}
	subconfig3
	{
		bing= 435
		carrots =050
		terrible=absolutely
	}
	otherthing
	{
		string= ping
		fish =0
	}
}

TOPlevel= value

ping
{
	carrots=324
	string = casrts
}