[BACK]Return to literal.out_html CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / man / RS

Annotation of mandoc/regress/man/RS/literal.out_html, Revision 1.1

1.1     ! schwarze    1: BEGINTEST
        !             2: <br/>
        !             3: initial regular text
        !             4: <pre>
        !             5: literal text
        !             6: before display
        !             7: </pre>
        !             8: <div class="Bd-indent">
        !             9: <pre>
        !            10: This is a short line.
        !            11: This is a very long line that would wrap if it weren't in literal context.
        !            12: </pre>
        !            13: </div>
        !            14: <pre>
        !            15: literal text
        !            16: after display
        !            17: </pre>
        !            18: final regular text
        !            19: <br/>
        !            20: ENDTEST

CVSweb