test/golden-master/empty.html

changeset 65
7dd4fd1e7071
parent 64
60decfc9ad13
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/golden-master/empty.html	Mon Oct 03 12:56:28 2022 +0200
     1.3 @@ -0,0 +1,53 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +  <head>
     1.7 +    <title>c2html</title>
     1.8 +    <style type="text/css">
     1.9 +      a.c2html-lineno {
    1.10 +        /* as long as user-select isn't widely spread, we throw the bomb */
    1.11 +        -webkit-user-select: none;
    1.12 +        -moz-user-select: none;
    1.13 +        -ms-user-select: none;
    1.14 +        user-select: none;
    1.15 +        display: inline-block;
    1.16 +        font-style: italic;
    1.17 +        text-decoration: none;
    1.18 +        color: grey;
    1.19 +      }
    1.20 +      span.c2html-keyword {
    1.21 +        color: blue;
    1.22 +      }
    1.23 +      span.c2html-macroconst {
    1.24 +        color: cornflowerblue;
    1.25 +      }
    1.26 +      span.c2html-type {
    1.27 +        color: cornflowerblue;
    1.28 +      }
    1.29 +      span.c2html-directive {
    1.30 +        color: green;
    1.31 +      }
    1.32 +      span.c2html-string {
    1.33 +        color: darkorange;
    1.34 +      }
    1.35 +      span.c2html-comment {
    1.36 +        color: grey;
    1.37 +      }
    1.38 +      span.c2html-stdinclude {
    1.39 +        color: darkorange;
    1.40 +      }
    1.41 +      span.c2html-userinclude {
    1.42 +        color: darkorange;
    1.43 +      }
    1.44 +      a.c2html-userinclude {
    1.45 +        color: darkorange;
    1.46 +        text-decoration: underline;
    1.47 +      }
    1.48 +    </style>
    1.49 +  </head>
    1.50 +  <body>
    1.51 +
    1.52 +<pre>
    1.53 +<a class="c2html-lineno" name="l1" href="#l1">1 </a></pre>
    1.54 +  </body>
    1.55 +</html>
    1.56 +

mercurial