summaryrefslogtreecommitdiff
path: root/test/testing/dummy.cfg
blob: 39644a399b8cd3fc38b7639b7d3e874b8ae1de72 (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
[boolean_values]
yes = yes
one = 1
true = true
on = on
no = no
zero = 0
false = false
off = off

[additional_types]
decimal_value = 100001.01
datetime_value = 2021-12-04 00:05:23.283

[type_mismatch]
int_value = foo

[missing_item]
present_item = HERE

[basic_values]
int_value = 15421
bool_value = true
float_value = 14.01
str_value = Ceci n'est pas une chaîne