about summary refs log tree commit diff stats
path: root/html/linux/401test.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/linux/401test.mu.html')
-rw-r--r--html/linux/401test.mu.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/html/linux/401test.mu.html b/html/linux/401test.mu.html
index f0c5a0f0..62ffa5e5 100644
--- a/html/linux/401test.mu.html
+++ b/html/linux/401test.mu.html
@@ -14,14 +14,13 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
 a { color:inherit; }
 * { font-size:12pt; font-size: 1em; }
-.muComment { color: #005faf; }
-.LineNr { }
+.PreProc { color: #c000c0; }
 .Special { color: #ff6060; }
-.muRegEax { color: #875f00; }
+.LineNr { }
+.Constant { color: #008787; }
 .Delimiter { color: #c000c0; }
 .muFunction { color: #af5f00; text-decoration: underline; }
-.Constant { color: #008787; }
-.PreProc { color: #c000c0; }
+.muComment { color: #005faf; }
 -->
 </style>
 
@@ -60,12 +59,12 @@ if ('onhashchange' in window) {
 <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</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="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy val
+<span id="L4" class="LineNr"> 4 </span>  <span class="PreProc">var</span> tmp/eax: int <span class="Special">&lt;-</span> copy val
 <span id="L5" class="LineNr"> 5 </span>  <a href='102test.subx.html#L23'>check-ints-equal</a> tmp, <span class="Constant">1</span>, msg
 <span id="L6" class="LineNr"> 6 </span><span class="Delimiter">}</span>
 <span id="L7" class="LineNr"> 7 </span>
 <span id="L8" class="LineNr"> 8 </span><span class="PreProc">fn</span> <span class="muFunction"><a href='401test.mu.html#L8'>check-not</a></span> val: boolean, msg: (addr array byte) <span class="Delimiter">{</span>
-<span id="L9" class="LineNr"> 9 </span>  <span class="PreProc">var</span> tmp/<span class="muRegEax">eax</span>: int <span class="Special">&lt;-</span> copy val
+<span id="L9" class="LineNr"> 9 </span>  <span class="PreProc">var</span> tmp/eax: int <span class="Special">&lt;-</span> copy val
 <span id="L10" class="LineNr">10 </span>  <a href='102test.subx.html#L23'>check-ints-equal</a> tmp, <span class="Constant">0</span>, msg
 <span id="L11" class="LineNr">11 </span><span class="Delimiter">}</span>
 </pre>