| 123456789101112131415161718192021222324 |
- # Comment followed by an empty line.
- option-double-quotes = "value double quotes"
- option-single-quotes = 'value single quotes'
- option-space = value words space
- option-name=value-name
-
- # Indented comment.
- option-indent = value-indent
- option-equal=value-equal=subvalue-equal
- option-noequal value-noequal
- option-simple
- # Fully spelled out option.
- --option-dash=value-dash
- # Long option with one character name.
- l=v
- # Short option.
- -o=vd
- -s
|