summaryrefslogtreecommitdiffstats
path: root/test/test/test_cfgfiles/etc/sample2.ini
blob: 21075e9763761e5d080e8982159c449023ac9c9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# this is a global comment

[section1]
# this is section 1
key1=value1

[section2]
# this is section 2
#key1=value1
key2=value2
key3=value3 # this is key3
ignore-missing-separator