File: test.ini

package info (click to toggle)
martchus-cpp-utilities 5.33.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,396 kB
  • sloc: cpp: 12,679; awk: 18; ansic: 12; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
# 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