about summary refs log tree commit diff stats
path: root/html/401test.mu.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-05 11:00:05 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-05 11:00:05 -0700
commitd3a9db3aff54ea485f409eaaef3d8f56ad77f0dc (patch)
tree60858669ff7c5a5b041e4dacb8ffffa0a4b3e68a /html/401test.mu.html
parentf13576b5d273ef9175e938b15f55bb1ead22fb1d (diff)
downloadmu-d3a9db3aff54ea485f409eaaef3d8f56ad77f0dc.tar.gz
6958
Diffstat (limited to 'html/401test.mu.html')
-rw-r--r--html/401test.mu.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/html/401test.mu.html b/html/401test.mu.html
index f5213bd6..d236a7f2 100644
--- a/html/401test.mu.html
+++ b/html/401test.mu.html
@@ -14,11 +14,11 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #c6c6c6; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
+.muComment { color: #005faf; }
 .LineNr { }
-.muFunction { color: #af5f00; text-decoration: underline; }
 .SpecialChar { color: #d70000; }
-.Comment { color: #005faf; }
 .Delimiter { color: #c000c0; }
+.muFunction { color: #af5f00; text-decoration: underline; }
 .Constant { color: #008787; }
 .PreProc { color: #c000c0; }
 -->
@@ -56,7 +56,7 @@ if ('onhashchange' in window) {
 <body onload='JumpToLine();'>
 <a href='https://github.com/akkartik/mu/blob/master/401test.mu'>https://github.com/akkartik/mu/blob/master/401test.mu</a>
 <pre id='vimCodeElement'>
-<span id="L1" class="LineNr"> 1 </span><span class="Comment"># Some helpers for Mu tests.</span>
+<span id="L1" class="LineNr"> 1 </span><span class="muComment"># Some helpers for Mu tests.</span>
 <span id="L2" class="LineNr"> 2 </span>
 <span id="L3" class="LineNr"> 3 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='401test.mu.html#L3'>check-true</a></span> val: boolean, msg: (addr array byte) <span class="Delimiter">{</span>
 <span id="L4" class="LineNr"> 4 </span>  <span class="PreProc">var</span> tmp/<span class="Constant">eax</span>: int <span class="SpecialChar">&lt;-</span> copy val