You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# file for testing INI parser
|
|
key0=value 0
|
|
|
|
[scope 1]
|
|
key1=value 1 # comment
|
|
key2=value=2
|
|
key3=value 3
|
|
|
|
[scope 2]
|
|
key4=value 4
|
|
#key5=value 5
|
|
key6=value 6
|