2025-02-07 00:47:33 +01:00
|
|
|
# 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')
|
|
|
|
|
2025-02-07 00:48:48 +01:00
|
|
|
test_option = option('foo', 'bar', 'foobar', 'foobar✔', default='foobar✔')
|
2025-02-07 00:47:33 +01:00
|
|
|
|
|
|
|
[section2]
|