diff options
Diffstat (limited to 'html/subx')
-rw-r--r-- | html/subx/074print-int-decimal.subx.html | 9 |
1 files changed, 5 insertions, 4 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> |