This commit is contained in:
Kartik Agaram 2019-04-25 03:23:25 -07:00
parent ceb04db3cc
commit 8a8c421192
2 changed files with 9 additions and 8 deletions

View File

@ -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>

View File

@ -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