1
0
Fork 0
cli-helpers/tests/config_data/configrc
Daniel Baumann d8a70e48ab
Adding upstream version 2.1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-07 00:47:33 +01:00

18 lines
259 B
INI

# vi: ft=dosini
# Test file comment
[section]
# Test section comment
# Test field comment
test_boolean_default = True
# Test field commented out
# Uncomment to enable
# test_boolean = True
test_string_file = '~/myfile'
test_option = 'foobar'
[section2]