test/gs/plain.html

changeset 66
1b12cf799fee
parent 41
c06ab07fd29d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/gs/plain.html	Mon Apr 24 20:54:38 2023 +0200
     1.3 @@ -0,0 +1,63 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +  <head>
     1.7 +    <title>c2html</title>
     1.8 +    <style type="text/css">
     1.9 +      div.c2html-code {
    1.10 +        white-space: pre;
    1.11 +        font-family: monospace;
    1.12 +      }
    1.13 +      a.c2html-lineno {
    1.14 +        /* as long as user-select isn't widely spread, we throw the bomb */
    1.15 +        -webkit-user-select: none;
    1.16 +        -moz-user-select: none;
    1.17 +        -ms-user-select: none;
    1.18 +        user-select: none;
    1.19 +        display: inline-block;
    1.20 +        font-style: italic;
    1.21 +        text-decoration: none;
    1.22 +        color: grey;
    1.23 +      }
    1.24 +      span.c2html-keyword {
    1.25 +        color: blue;
    1.26 +      }
    1.27 +      span.c2html-macroconst {
    1.28 +        color: cornflowerblue;
    1.29 +      }
    1.30 +      span.c2html-type {
    1.31 +        color: cornflowerblue;
    1.32 +      }
    1.33 +      span.c2html-directive {
    1.34 +        color: green;
    1.35 +      }
    1.36 +      span.c2html-string {
    1.37 +        color: darkorange;
    1.38 +      }
    1.39 +      span.c2html-comment {
    1.40 +        color: grey;
    1.41 +      }
    1.42 +      span.c2html-stdinclude {
    1.43 +        color: darkorange;
    1.44 +      }
    1.45 +      span.c2html-userinclude {
    1.46 +        color: darkorange;
    1.47 +      }
    1.48 +      a.c2html-userinclude {
    1.49 +        color: darkorange;
    1.50 +        text-decoration: underline;
    1.51 +      }
    1.52 +    </style>
    1.53 +  </head>
    1.54 +  <body>
    1.55 +
    1.56 +<div class="c2html-code">
    1.57 +<a class="c2html-lineno" name="l1" href="#l1">1 </a>&lt;/body&gt;
    1.58 +<a class="c2html-lineno" name="l2" href="#l2">2 </a>&lt;/html&gt;
    1.59 +<a class="c2html-lineno" name="l3" href="#l3">3 </a>&lt;!c
    1.60 +<a class="c2html-lineno" name="l4" href="#l4">4 </a>pblock_free(q);
    1.61 +<a class="c2html-lineno" name="l5" href="#l5">5 </a>!&gt;
    1.62 +<a class="c2html-lineno" name="l6" href="#l6">6 </a>
    1.63 +</div>
    1.64 +  </body>
    1.65 +</html>
    1.66 +

mercurial