test/v2-regression/plain.html

Tue, 23 Aug 2016 14:13:46 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 23 Aug 2016 14:13:46 +0200
changeset 41
c06ab07fd29d
permissions
-rw-r--r--

increases input buffer + adds regression tests

     1 <!DOCTYPE html>
     2 <html>
     3   <head>
     4     <title>c2html</title>
     5     <style type="text/css">
     6       span.c2html-lineno a {
     7         font-style: italic;
     8         text-decoration: none;
     9         color: grey;
    10       }
    11       span.c2html-keyword {
    12         color: blue;
    13       }
    14       span.c2html-macroconst {
    15         color: cornflowerblue;
    16       }
    17       span.c2html-type {
    18         color: cornflowerblue;
    19       }
    20       span.c2html-directive {
    21         color: green;
    22       }
    23       span.c2html-string {
    24         color: darkorange;
    25       }
    26       span.c2html-comment {
    27         color: grey;
    28       }
    29       span.c2html-stdinclude {
    30         color: darkorange;
    31       }
    32       span.c2html-userinclude {
    33         color: darkorange;
    34       }
    35       a.c2html-userinclude {
    36         color: darkorange;
    37         text-decoration: underline;
    38       }
    39     </style>
    40   </head>
    41   <body>
    43 <pre>
    44 <span class="c2html-lineno"><a name="l1" href="#l1">1 </a></span> &lt;/body&gt;
    45 <span class="c2html-lineno"><a name="l2" href="#l2">2 </a></span> &lt;/html&gt;
    46 <span class="c2html-lineno"><a name="l3" href="#l3">3 </a></span> &lt;!c
    47 <span class="c2html-lineno"><a name="l4" href="#l4">4 </a></span> pblock_free(q);
    48 <span class="c2html-lineno"><a name="l5" href="#l5">5 </a></span> !&gt;
    49 <span class="c2html-lineno"><a name="l6" href="#l6">6 </a></span> 
    50 </pre>
    51   </body>
    52 </html>

mercurial