File: arguments.conf

package info (click to toggle)
libeconf 0.7.7%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,636 kB
  • sloc: ansic: 7,440; python: 1,204; cs: 651; sh: 214; xml: 182; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
none_comment = 1
none_comment_with_delim = 1=test

# header_single_line test
header_single = string with spaces

# header_single_line test with delim
header_single_with_delim = string with spaces = 3

# header_with_value test
header_with_value = string with spaces #value description
# line 1
# line 2
#
# line 3
multiline_header = multiline header

# header multiline
multiline_entry = line one # line 1
    line two # line 2
multiline_entry_with_delim =
    line one # line 1
    line two=
    line three= # line 3