test/golden-master/empty.html

Mon, 03 Oct 2022 12:56:28 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 03 Oct 2022 12:56:28 +0200
changeset 65
7dd4fd1e7071
parent 64
test/golden-master/emptyfile.html@60decfc9ad13
permissions
-rw-r--r--

rewrite Makefile to work with different getopt implementations

universe@64 1 <!DOCTYPE html>
universe@64 2 <html>
universe@64 3 <head>
universe@64 4 <title>c2html</title>
universe@64 5 <style type="text/css">
universe@64 6 a.c2html-lineno {
universe@64 7 /* as long as user-select isn't widely spread, we throw the bomb */
universe@64 8 -webkit-user-select: none;
universe@64 9 -moz-user-select: none;
universe@64 10 -ms-user-select: none;
universe@64 11 user-select: none;
universe@64 12 display: inline-block;
universe@64 13 font-style: italic;
universe@64 14 text-decoration: none;
universe@64 15 color: grey;
universe@64 16 }
universe@64 17 span.c2html-keyword {
universe@64 18 color: blue;
universe@64 19 }
universe@64 20 span.c2html-macroconst {
universe@64 21 color: cornflowerblue;
universe@64 22 }
universe@64 23 span.c2html-type {
universe@64 24 color: cornflowerblue;
universe@64 25 }
universe@64 26 span.c2html-directive {
universe@64 27 color: green;
universe@64 28 }
universe@64 29 span.c2html-string {
universe@64 30 color: darkorange;
universe@64 31 }
universe@64 32 span.c2html-comment {
universe@64 33 color: grey;
universe@64 34 }
universe@64 35 span.c2html-stdinclude {
universe@64 36 color: darkorange;
universe@64 37 }
universe@64 38 span.c2html-userinclude {
universe@64 39 color: darkorange;
universe@64 40 }
universe@64 41 a.c2html-userinclude {
universe@64 42 color: darkorange;
universe@64 43 text-decoration: underline;
universe@64 44 }
universe@64 45 </style>
universe@64 46 </head>
universe@64 47 <body>
universe@64 48
universe@64 49 <pre>
universe@65 50 <a class="c2html-lineno" name="l1" href="#l1">1 </a></pre>
universe@64 51 </body>
universe@64 52 </html>
universe@64 53

mercurial