1
0
Fork 0
cli-helpers/tests/config_data/invalid_configspecrc
Daniel Baumann 95bca6b33d
Merging upstream version 2.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-07 00:48:48 +01:00

20 lines
384 B
INI

# vi: ft=dosini
# Test file comment
[section]
# Test section comment
# Test field comment
test_boolean_default = boolean(default=True)
test_boolean = bool(default=False)
# Test field commented out
# Uncomment to enable
# test_boolean = True
test_string_file = string(default='~/myfile')
test_option = option('foo', 'bar', 'foobar', 'foobar✔', default='foobar✔')
[section2]