aboutsummaryrefslogtreecommitdiff
path: root/src/util/profile/final6.ini
blob: 0035c474e8e012f4bad0aaf6981aa789ddc00ae4 (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
46
47
48
49
50
51
52
# 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
	}
	# Regression test for a bug where each subsection within a
	# discarded section caused the parser to ascend into the
	# parent node without descending into a child node first.
	bb = {
	}
	bb = {
	}

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

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