about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-25 03:23:25 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-25 03:23:25 -0700
commit8a8c42119282ef9bd62866c216cf00a99058ecc9 (patch)
treeb27a0dea1c6521fa103e99e78cb8ac5aa61c91c7
parentceb04db3cca5387d4e2aa2e9222434fc8701f2ec (diff)
downloadmu-8a8c42119282ef9bd62866c216cf00a99058ecc9.tar.gz
5125
-rw-r--r--html/subx/074print-int-decimal.subx.html9
-rw-r--r--subx/074print-int-decimal.subx8
2 files changed, 9 insertions, 8 deletions
diff --git a/html/subx/074print-int-decimal.subx.html b/html/subx/074print-int-decimal.subx.html
index 37c3f6df..9792c7d9 100644
--- a/html/subx/074print-int-decimal.subx.html
+++ b/html/subx/074print-int-decimal.subx.html
@@ -24,6 +24,7 @@ a { color:inherit; }
 .Folded { color: #080808; background-color: #949494; }
 .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; }
 .subxS2Comment { color: #8a8a8a; }
+.subxH1Comment { color: #005faf; text-decoration: underline; }
 -->
 </style>
 
@@ -198,7 +199,7 @@ if ('onhashchange' in window) {
 <span id="L137" class="LineNr">137 </span>    <span class="subxComment"># never gets here</span>
 <span id="L138" class="LineNr">138 </span>
 <span id="L139" class="LineNr">139 </span><span class="subxTest">test-print-int32-decimal</span>:
-<span id="L140" class="LineNr">140 </span>    <span class="subxComment"># check that a single-digit number converts correctly</span>
+<span id="L140" class="LineNr">140 </span>    <span class="subxH1Comment"># - check that a single-digit number converts correctly</span>
 <span id="L141" class="LineNr">141 </span>    <span class="subxComment"># setup</span>
 <span id="L142" class="LineNr">142 </span>    <span class="subxS1Comment"># . clear-stream(_test-stream)</span>
 <span id="L143" class="LineNr">143 </span>    <span class="subxS2Comment"># . . push args</span>
@@ -228,7 +229,7 @@ if ('onhashchange' in window) {
 <span id="L167" class="LineNr">167 </span>    c3/return
 <span id="L168" class="LineNr">168 </span>
 <span id="L169" class="LineNr">169 </span><span class="subxTest">test-print-int32-decimal-multiple-digits</span>:
-<span id="L170" class="LineNr">170 </span>    <span class="subxComment"># check that a multi-digit number converts correctly</span>
+<span id="L170" class="LineNr">170 </span>    <span class="subxH1Comment"># - check that a multi-digit number converts correctly</span>
 <span id="L171" class="LineNr">171 </span>    <span class="subxComment"># setup</span>
 <span id="L172" class="LineNr">172 </span>    <span class="subxS1Comment"># . clear-stream(_test-stream)</span>
 <span id="L173" class="LineNr">173 </span>    <span class="subxS2Comment"># . . push args</span>
@@ -258,7 +259,7 @@ if ('onhashchange' in window) {
 <span id="L197" class="LineNr">197 </span>    c3/return
 <span id="L198" class="LineNr">198 </span>
 <span id="L199" class="LineNr">199 </span><span class="subxTest">test-print-int32-decimal-negative</span>:
-<span id="L200" class="LineNr">200 </span>    <span class="subxComment"># check that a negative single-digit number converts correctly</span>
+<span id="L200" class="LineNr">200 </span>    <span class="subxH1Comment"># - check that a negative single-digit number converts correctly</span>
 <span id="L201" class="LineNr">201 </span>    <span class="subxComment"># setup</span>
 <span id="L202" class="LineNr">202 </span>    <span class="subxS1Comment"># . clear-stream(_test-stream)</span>
 <span id="L203" class="LineNr">203 </span>    <span class="subxS2Comment"># . . push args</span>
@@ -289,7 +290,7 @@ if ('onhashchange' in window) {
 <span id="L253" class="LineNr">253 </span>    c3/return
 <span id="L254" class="LineNr">254 </span>
 <span id="L255" class="LineNr">255 </span><span class="subxTest">test-print-int32-decimal-negative-multiple-digits</span>:
-<span id="L256" class="LineNr">256 </span>    <span class="subxComment"># check that a multi-digit number converts correctly</span>
+<span id="L256" class="LineNr">256 </span>    <span class="subxH1Comment"># - check that a multi-digit number converts correctly</span>
 <span id="L257" class="LineNr">257 </span>    <span class="subxComment"># setup</span>
 <span id="L258" class="LineNr">258 </span>    <span class="subxS1Comment"># . clear-stream(_test-stream)</span>
 <span id="L259" class="LineNr">259 </span>    <span class="subxS2Comment"># . . push args</span>
diff --git a/subx/074print-int-decimal.subx b/subx/074print-int-decimal.subx
index d4617aba..86015a00 100644
--- a/subx/074print-int-decimal.subx
+++ b/subx/074print-int-decimal.subx
@@ -137,7 +137,7 @@ $print-int32-decimal:abort:
     # never gets here
 
 test-print-int32-decimal:
-    # check that a single-digit number converts correctly
+    # - check that a single-digit number converts correctly
     # setup
     # . clear-stream(_test-stream)
     # . . push args
@@ -167,7 +167,7 @@ test-print-int32-decimal:
     c3/return
 
 test-print-int32-decimal-multiple-digits:
-    # check that a multi-digit number converts correctly
+    # - check that a multi-digit number converts correctly
     # setup
     # . clear-stream(_test-stream)
     # . . push args
@@ -197,7 +197,7 @@ test-print-int32-decimal-multiple-digits:
     c3/return
 
 test-print-int32-decimal-negative:
-    # check that a negative single-digit number converts correctly
+    # - check that a negative single-digit number converts correctly
     # setup
     # . clear-stream(_test-stream)
     # . . push args
@@ -253,7 +253,7 @@ test-print-int32-decimal-negative:
     c3/return
 
 test-print-int32-decimal-negative-multiple-digits:
-    # check that a multi-digit number converts correctly
+    # - check that a multi-digit number converts correctly
     # setup
     # . clear-stream(_test-stream)
     # . . push args