summaryrefslogtreecommitdiff
path: root/tests/interpretation/bool.pom
blob: 1911cfc952a658591d1e26771c6a8745c2ac58ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[good]
a.a = yes
a.b = "true"
b.a = no
b.b = "off"
c.a = on
c.b = "yes"
d.a = off
d.b = "false"
e.a = true
e.b = "on"
f.a = false
f.b = "no"

[bad]
caps = YES
leading_space = " yes"
trailing_space = "yes "
fake = untrue
fake2 = disabled