From de54d4735b57528754aa715c6ae2ea05f6e95577 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 30 Oct 2019 09:51:07 -0700 Subject: 5725 --- html/apps/braces.subx.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'html/apps/braces.subx.html') diff --git a/html/apps/braces.subx.html b/html/apps/braces.subx.html index 498489b5..f502220f 100644 --- a/html/apps/braces.subx.html +++ b/html/apps/braces.subx.html @@ -320,15 +320,15 @@ if ('onhashchange' in window) { 261 55/push-ebp 262 89/<- %ebp 4/r32/esp 263 # setup -264 (clear-stream _test-input-stream) -265 (clear-stream _test-output-stream) -266 (clear-stream _test-input-buffered-file->buffer) -267 (clear-stream _test-output-buffered-file->buffer) +264 (clear-stream _test-input-stream) +265 (clear-stream _test-output-stream) +266 (clear-stream _test-input-buffered-file->buffer) +267 (clear-stream _test-output-buffered-file->buffer) 268 # test 269 (write _test-input-stream "== abcd 0x1") -270 (subx-braces _test-input-buffered-file _test-output-buffered-file) +270 (subx-braces _test-input-buffered-file _test-output-buffered-file) 271 # check that the line just passed through -272 (flush _test-output-buffered-file) +272 (flush _test-output-buffered-file) 273 +-- 5 lines: #? # dump _test-output-stream -------------------------------------------------------------------------------------------------------------- 278 (check-stream-equal _test-output-stream "== abcd 0x1 \n" "F - test-subx-braces-passes-most-words-through") 279 # . epilogue @@ -353,15 +353,15 @@ if ('onhashchange' in window) { 298 55/push-ebp 299 89/<- %ebp 4/r32/esp 300 # setup -301 (clear-stream _test-input-stream) -302 (clear-stream _test-output-stream) -303 (clear-stream _test-input-buffered-file->buffer) -304 (clear-stream _test-output-buffered-file->buffer) +301 (clear-stream _test-input-stream) +302 (clear-stream _test-output-stream) +303 (clear-stream _test-input-buffered-file->buffer) +304 (clear-stream _test-output-buffered-file->buffer) 305 # test 306 (write _test-input-stream "{\nab break/imm32\ncd loop/imm32\n}") -307 (subx-braces _test-input-buffered-file _test-output-buffered-file) +307 (subx-braces _test-input-buffered-file _test-output-buffered-file) 308 # check that the line just passed through -309 (flush _test-output-buffered-file) +309 (flush _test-output-buffered-file) 310 +-- 5 lines: #? # dump _test-output-stream -------------------------------------------------------------------------------------------------------------- 315 (check-stream-equal _test-output-stream "_loop0x00000001:\nab _break0x00000001/imm32 \ncd _loop0x00000001/imm32 \n_break0x00000001:\n" "F - test-subx-braces-1") 316 # . epilogue @@ -390,15 +390,15 @@ if ('onhashchange' in window) { 339 55/push-ebp 340 89/<- %ebp 4/r32/esp 341 # setup -342 (clear-stream _test-input-stream) -343 (clear-stream _test-output-stream) -344 (clear-stream _test-input-buffered-file->buffer) -345 (clear-stream _test-output-buffered-file->buffer) +342 (clear-stream _test-input-stream) +343 (clear-stream _test-output-stream) +344 (clear-stream _test-input-buffered-file->buffer) +345 (clear-stream _test-output-buffered-file->buffer) 346 # test 347 (write _test-input-stream "{\n{\nab break/imm32\n}\ncd loop/imm32\n}") -348 (subx-braces _test-input-buffered-file _test-output-buffered-file) +348 (subx-braces _test-input-buffered-file _test-output-buffered-file) 349 # check that the line just passed through -350 (flush _test-output-buffered-file) +350 (flush _test-output-buffered-file) 351 +-- 5 lines: #? # dump _test-output-stream -------------------------------------------------------------------------------------------------------------- 356 (check-stream-equal _test-output-stream "_loop0x00000001:\n_loop0x00000002:\nab _break0x00000002/imm32 \n_break0x00000002:\ncd _loop0x00000001/imm32 \n_break0x00000001:\n" "F - test-subx-braces-2") 357 # . epilogue -- cgit 1.4.1-2-gfad0