summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/third_party/iniconfig/example.ini
blob: 65481d2074ae33c12980ea72ca7eec7e07487be1 (plain)
1
2
3
4
5
6
7
8
9
10
# content of example.ini
[section1] # comment
name1=value1  # comment
name1b=value1,value2  # comment

[section2]
name2=
    line1
    line2