summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/config/type_munging.cfg
blob: d6aeaab6fb0b1b897d4efe229e7f0eb1e654764b (plain)
1
2
3
4
5
6
7
8
[defaults]
nothing = here

[list_values]
valid = 1, 2, 3
mustunquote = '1', '2', '3'
notvalid = [1, 2, 3]
totallynotvalid = ['1', '2', '3']