summaryrefslogtreecommitdiffstats
path: root/test/yaml/boolean/input.yaml
blob: 1afeeab3c106a324463f8cd850529f8541f053b2 (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
---
positive:
  - y
  - Y
  - yes
  - Yes
  - YES
  - true
  - True
  - TRUE
  - on
  - On
  - ON
negative:
  - n
  - N
  - no
  - No
  - NO
  - false
  - False
  - FALSE
  - off
  - Off
  - OFF
non boolean:
  - yES
  - nO
  - tRUE
  - faLSE
  - oN
  - oFF