From 3dad94263f9b5bcbed576d27f61714100fbfae18 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 9 Feb 2020 20:49:38 -0800 Subject: 6001 --- html/apps/braces.subx.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/apps/braces.subx.html') diff --git a/html/apps/braces.subx.html b/html/apps/braces.subx.html index abd83f69..3d33c79e 100644 --- a/html/apps/braces.subx.html +++ b/html/apps/braces.subx.html @@ -326,9 +326,9 @@ if ('onhashchange' in window) { 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 @@ -359,9 +359,9 @@ if ('onhashchange' in window) { 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 @@ -396,9 +396,9 @@ if ('onhashchange' in window) { 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