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

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

1.1     ! schwarze    1: BEGINTEST before indentation
        !             2: <dl class="Bl-tag">
        !             3:   <dt>tag</dt>
        !             4:   <dd>indented regular text</dd>
        !             5: </dl>
        !             6: <p class="Pp">new regular paragraph</p>
        !             7: <pre>
        !             8: literal
        !             9: text
        !            10: </pre>
        !            11: <dl class="Bl-tag">
        !            12:   <dt>tag</dt>
        !            13:   <dd>
        !            14:     <pre>
        !            15: indented
        !            16: literal
        !            17: text
        !            18:     </pre>
        !            19:   </dd>
        !            20: </dl>
        !            21: <pre>
        !            22: new
        !            23: literal
        !            24: paragraph
        !            25: </pre>
        !            26: regular text
        !            27: <h2 class="Ss" title="Ss" id="literal_into_indented_paragraph"><a class="permalink" href="#literal_into_indented_paragraph">literal
        !            28:   into indented paragraph</a></h2>
        !            29: regular text
        !            30: <pre>
        !            31: literal
        !            32: text
        !            33: </pre>
        !            34: <dl class="Bl-tag">
        !            35:   <dt>tag</dt>
        !            36:   <dd>
        !            37:     <pre>
        !            38: indented
        !            39: literal
        !            40: text
        !            41:     </pre>
        !            42:     indented regular text</dd>
        !            43: </dl>
        !            44: <p class="Pp">new regular paragraph</p>
        !            45: <h2 class="Ss" title="Ss" id="literal_out_of_indented_paragraph"><a class="permalink" href="#literal_out_of_indented_paragraph">literal
        !            46:   out of indented paragraph</a></h2>
        !            47: regular text
        !            48: <dl class="Bl-tag">
        !            49:   <dt>tag</dt>
        !            50:   <dd>indented regular text
        !            51:     <pre>
        !            52: indented
        !            53: literal
        !            54: text
        !            55:     </pre>
        !            56:   </dd>
        !            57: </dl>
        !            58: <pre>
        !            59: new
        !            60: literal
        !            61: paragraph
        !            62: </pre>
        !            63: regular text
        !            64: <br/>
        !            65: ENDTEST

CVSweb