aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile/final6.ini
blob: c1e44b747e4c81fd5aec88ef19970229d0dbed86 (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
40
41
42
43
44
45
# A profile exercising suppression of final-flagged sections,
# subsections, and relations within the same file.

[a]
	ab = 1
	ab* = 2
	ab = 3
	ab* = 4
	ac* = 1

[a]
	ac = 2
	ac* = 3
	ac = 4

[b]*
	ba = 1
	ba* = 2
	bb = {
		bba = 1
	}

[b]
	ba = 3
	bb = {
		bba = 2
	}

[c]
	ca* = {
		caa* = 1
	}
	cb = {
		cba = 1
	}*
	cc = 1

[c]
	ca = {
		caa = 2
	}
	cb* = {
		cba = 2
	}
	cc = 2