18 lines
260 B
INI
18 lines
260 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]
|