about summary refs log tree commit diff stats
path: root/html/apps/braces.subx.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-07 16:38:14 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-07 16:39:44 -0700
commit68df24fa778f7f5a2651a4623681f38dc920c490 (patch)
tree99d95cf1812e90ad6bfd4f7292ee42b6a5e7c935 /html/apps/braces.subx.html
parenta0430d580719fc0fbe1fe0c92de2ec412245762c (diff)
downloadmu-68df24fa778f7f5a2651a4623681f38dc920c490.tar.gz
6746
Diffstat (limited to 'html/apps/braces.subx.html')
-rw-r--r--html/apps/braces.subx.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/html/apps/braces.subx.html b/html/apps/braces.subx.html
index 147a0fae..973cd784 100644
--- a/html/apps/braces.subx.html
+++ b/html/apps/braces.subx.html
@@ -319,13 +319,13 @@ if ('onhashchange' in window) {
 <span id="L260" class="LineNr">260 </span>    55/push-ebp
 <span id="L261" class="LineNr">261 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L262" class="LineNr">262 </span>    <span class="subxComment"># setup</span>
-<span id="L263" class="LineNr">263 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> <a href='../112read-byte.subx.html#L287'>_test-input-stream</a>)
+<span id="L263" class="LineNr">263 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> <a href='../112read-byte.subx.html#L331'>_test-input-stream</a>)
 <span id="L264" class="LineNr">264 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> <a href='../115write-byte.subx.html#L285'>_test-output-stream</a>)
 <span id="L265" class="LineNr">265 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> $_test-input-buffered-file-&gt;buffer)
 <span id="L266" class="LineNr">266 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> $_test-output-buffered-file-&gt;buffer)
 <span id="L267" class="LineNr">267 </span>    <span class="subxComment"># test</span>
-<span id="L268" class="LineNr">268 </span>    (<a href='../108write.subx.html#L24'>write</a> <a href='../112read-byte.subx.html#L287'>_test-input-stream</a> <span class="Constant">&quot;== abcd 0x1&quot;</span>)
-<span id="L269" class="LineNr">269 </span>    (<a href='braces.subx.html#L77'>subx-braces</a> <a href='../112read-byte.subx.html#L313'>_test-input-buffered-file</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
+<span id="L268" class="LineNr">268 </span>    (<a href='../108write.subx.html#L24'>write</a> <a href='../112read-byte.subx.html#L331'>_test-input-stream</a> <span class="Constant">&quot;== abcd 0x1&quot;</span>)
+<span id="L269" class="LineNr">269 </span>    (<a href='braces.subx.html#L77'>subx-braces</a> <a href='../112read-byte.subx.html#L357'>_test-input-buffered-file</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
 <span id="L270" class="LineNr">270 </span>    <span class="subxComment"># check that the line just passed through</span>
 <span id="L271" class="LineNr">271 </span>    (<a href='../115write-byte.subx.html#L81'>flush</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
 <span id="L272" class="Folded">272 </span><span class="Folded">+--  5 lines: #?     # dump _test-output-stream -----------------------------------------------------------------------------------------------------------------------------------------</span>
@@ -352,13 +352,13 @@ if ('onhashchange' in window) {
 <span id="L297" class="LineNr">297 </span>    55/push-ebp
 <span id="L298" class="LineNr">298 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L299" class="LineNr">299 </span>    <span class="subxComment"># setup</span>
-<span id="L300" class="LineNr">300 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> <a href='../112read-byte.subx.html#L287'>_test-input-stream</a>)
+<span id="L300" class="LineNr">300 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> <a href='../112read-byte.subx.html#L331'>_test-input-stream</a>)
 <span id="L301" class="LineNr">301 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> <a href='../115write-byte.subx.html#L285'>_test-output-stream</a>)
 <span id="L302" class="LineNr">302 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> $_test-input-buffered-file-&gt;buffer)
 <span id="L303" class="LineNr">303 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> $_test-output-buffered-file-&gt;buffer)
 <span id="L304" class="LineNr">304 </span>    <span class="subxComment"># test</span>
-<span id="L305" class="LineNr">305 </span>    (<a href='../108write.subx.html#L24'>write</a> <a href='../112read-byte.subx.html#L287'>_test-input-stream</a> <span class="Constant">&quot;{\nab break/imm32\ncd loop/imm32\n}&quot;</span>)
-<span id="L306" class="LineNr">306 </span>    (<a href='braces.subx.html#L77'>subx-braces</a> <a href='../112read-byte.subx.html#L313'>_test-input-buffered-file</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
+<span id="L305" class="LineNr">305 </span>    (<a href='../108write.subx.html#L24'>write</a> <a href='../112read-byte.subx.html#L331'>_test-input-stream</a> <span class="Constant">&quot;{\nab break/imm32\ncd loop/imm32\n}&quot;</span>)
+<span id="L306" class="LineNr">306 </span>    (<a href='braces.subx.html#L77'>subx-braces</a> <a href='../112read-byte.subx.html#L357'>_test-input-buffered-file</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
 <span id="L307" class="LineNr">307 </span>    <span class="subxComment"># check that the line just passed through</span>
 <span id="L308" class="LineNr">308 </span>    (<a href='../115write-byte.subx.html#L81'>flush</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
 <span id="L309" class="Folded">309 </span><span class="Folded">+--  5 lines: #?     # dump _test-output-stream -----------------------------------------------------------------------------------------------------------------------------------------</span>
@@ -389,13 +389,13 @@ if ('onhashchange' in window) {
 <span id="L338" class="LineNr">338 </span>    55/push-ebp
 <span id="L339" class="LineNr">339 </span>    89/&lt;- %ebp 4/r32/esp
 <span id="L340" class="LineNr">340 </span>    <span class="subxComment"># setup</span>
-<span id="L341" class="LineNr">341 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> <a href='../112read-byte.subx.html#L287'>_test-input-stream</a>)
+<span id="L341" class="LineNr">341 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> <a href='../112read-byte.subx.html#L331'>_test-input-stream</a>)
 <span id="L342" class="LineNr">342 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> <a href='../115write-byte.subx.html#L285'>_test-output-stream</a>)
 <span id="L343" class="LineNr">343 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> $_test-input-buffered-file-&gt;buffer)
 <span id="L344" class="LineNr">344 </span>    (<a href='../106stream.subx.html#L17'>clear-stream</a> $_test-output-buffered-file-&gt;buffer)
 <span id="L345" class="LineNr">345 </span>    <span class="subxComment"># test</span>
-<span id="L346" class="LineNr">346 </span>    (<a href='../108write.subx.html#L24'>write</a> <a href='../112read-byte.subx.html#L287'>_test-input-stream</a> <span class="Constant">&quot;{\n{\nab break/imm32\n}\ncd loop/imm32\n}&quot;</span>)
-<span id="L347" class="LineNr">347 </span>    (<a href='braces.subx.html#L77'>subx-braces</a> <a href='../112read-byte.subx.html#L313'>_test-input-buffered-file</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
+<span id="L346" class="LineNr">346 </span>    (<a href='../108write.subx.html#L24'>write</a> <a href='../112read-byte.subx.html#L331'>_test-input-stream</a> <span class="Constant">&quot;{\n{\nab break/imm32\n}\ncd loop/imm32\n}&quot;</span>)
+<span id="L347" class="LineNr">347 </span>    (<a href='braces.subx.html#L77'>subx-braces</a> <a href='../112read-byte.subx.html#L357'>_test-input-buffered-file</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
 <span id="L348" class="LineNr">348 </span>    <span class="subxComment"># check that the line just passed through</span>
 <span id="L349" class="LineNr">349 </span>    (<a href='../115write-byte.subx.html#L81'>flush</a> <a href='../115write-byte.subx.html#L359'>_test-output-buffered-file</a>)
 <span id="L350" class="Folded">350 </span><span class="Folded">+--  5 lines: #?     # dump _test-output-stream -----------------------------------------------------------------------------------------------------------------------------------------</span>