summaryrefslogtreecommitdiffstats
path: root/tests/config_data/configrc
blob: 2544726ac7506023a8b0d63d81ea0aa8b8a64435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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]