doc: Move Perl version baseline as the first perl coding style subsection
[dpkg.git] / scripts / t / Dpkg_Conf / config-mixed
blob87c0405b11d6f5fba1e018047a7c2fb5b03b73f0
1 # Comment followed by an empty line.
3 option-double-quotes = "value double quotes"
4 option-single-quotes = 'value single quotes'
5 option-space  =          value words space        
7 option-dupe=value1
8 option-name=value-name            
9           
10           # Indented comment.
11           option-indent = value-indent
13 option-equal=value-equal=subvalue-equal
14 option-noequal value-noequal
15 option-dupe=value2
16 option-simple
18 # Fully spelled out options.
19 --option-dash=value-dash
20 --option-dupe=value3
22 # Long option with one character name.
23 l=v
24 # Short option.
25 -o=vd