File: test.cfg

package info (click to toggle)
haskell-configfile 1.1.4-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 212 kB
  • sloc: haskell: 741; makefile: 32
file content (15 lines) | stat: -rw-r--r-- 292 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# arch-tag: test file for ConfigParser tests
# Default options
[DEFAULT]
hostname: localhost 
# Options for the first file
[file1]
location: /usr/local
user: Fred
uid: 1000
optionaltext: Hello, this  entire string is included 
[file2]
location: /opt
user: Fred
uid: 1001 
hostname: somewhere