test/v2-regression/plain.html

Thu, 10 Nov 2016 18:27:16 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 10 Nov 2016 18:27:16 +0100
changeset 59
643a3ccecd61
parent 41
c06ab07fd29d
permissions
-rw-r--r--

test header file now contains user-select:none property

<!DOCTYPE html>
<html>
  <head>
    <title>c2html</title>
    <style type="text/css">
      span.c2html-lineno a {
        font-style: italic;
        text-decoration: none;
        color: grey;
      }
      span.c2html-keyword {
        color: blue;
      }
      span.c2html-macroconst {
        color: cornflowerblue;
      }
      span.c2html-type {
        color: cornflowerblue;
      }
      span.c2html-directive {
        color: green;
      }
      span.c2html-string {
        color: darkorange;
      }
      span.c2html-comment {
        color: grey;
      }
      span.c2html-stdinclude {
        color: darkorange;
      }
      span.c2html-userinclude {
        color: darkorange;
      }
      a.c2html-userinclude {
        color: darkorange;
        text-decoration: underline;
      }
    </style>
  </head>
  <body>

<pre>
<span class="c2html-lineno"><a name="l1" href="#l1">1 </a></span> &lt;/body&gt;
<span class="c2html-lineno"><a name="l2" href="#l2">2 </a></span> &lt;/html&gt;
<span class="c2html-lineno"><a name="l3" href="#l3">3 </a></span> &lt;!c
<span class="c2html-lineno"><a name="l4" href="#l4">4 </a></span> pblock_free(q);
<span class="c2html-lineno"><a name="l5" href="#l5">5 </a></span> !&gt;
<span class="c2html-lineno"><a name="l6" href="#l6">6 </a></span> 
</pre>
  </body>
</html>

mercurial