Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/crypto/krb5/src/util/profile/final6.ini
34879 views
1
# A profile exercising suppression of final-flagged sections,
2
# subsections, and relations within the same file.
3
4
[a]
5
ab = 1
6
ab* = 2
7
ab = 3
8
ab* = 4
9
ac* = 1
10
11
[a]
12
ac = 2
13
ac* = 3
14
ac = 4
15
16
[b]*
17
ba = 1
18
ba* = 2
19
bb = {
20
bba = 1
21
}
22
23
[b]
24
ba = 3
25
bb = {
26
bba = 2
27
}
28
# Regression test for a bug where each subsection within a
29
# discarded section caused the parser to ascend into the
30
# parent node without descending into a child node first.
31
bb = {
32
}
33
bb = {
34
}
35
36
[c]
37
ca* = {
38
caa* = 1
39
}
40
cb = {
41
cba = 1
42
}*
43
cc = 1
44
45
[c]
46
ca = {
47
caa = 2
48
}
49
cb* = {
50
cba = 2
51
}
52
cc = 2
53
54