dpkg (1.18.25) stretch; urgency=medium
[dpkg] / scripts / t / Dpkg_Conf / config-mixed
CommitLineData
1479465f
GJ
1# Comment followed by an empty line.
2
3option-double-quotes = "value double quotes"
4option-single-quotes = 'value single quotes'
5option-space = value words space
6
7option-dupe=value1
8option-name=value-name
9
10 # Indented comment.
11 option-indent = value-indent
12
13option-equal=value-equal=subvalue-equal
14option-noequal value-noequal
15option-dupe=value2
16option-simple
17
18# Fully spelled out options.
19--option-dash=value-dash
20--option-dupe=value3
21
22# Long option with one character name.
23l=v
24# Short option.
25-o=vd
26-s