"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "inn-2.4.5/tests/lib/config/warnings" of archive inn-2.4.5.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 # Make sure line numbering copes with a leading comment.
    2 parameter: value
    3 parameter: value
    4 ===
    5 config/tmp:3: duplicate parameter parameter
    6 ===
    7 # Line numbering and Macs.
    8 parameter: value
    9 parameter: value
   10 ===
   11 config/tmp:3: duplicate parameter parameter
   12 ===
   13 # Line numbering and Windows.
   14 parameter: value
   15 parameter: value
   16 ===
   17 config/tmp:3: duplicate parameter parameter
   18 ===