From d3a9db3aff54ea485f409eaaef3d8f56ad77f0dc Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 5 Oct 2020 11:00:05 -0700 Subject: 6958 --- html/125write-stream-data.subx.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'html/125write-stream-data.subx.html') diff --git a/html/125write-stream-data.subx.html b/html/125write-stream-data.subx.html index b430402b..ac07c9ea 100644 --- a/html/125write-stream-data.subx.html +++ b/html/125write-stream-data.subx.html @@ -16,10 +16,10 @@ a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } .subxS2Comment { color: #8a8a8a; } -.subxTest { color: #5f8700; } -.subxFunction { color: #af5f00; text-decoration: underline; } .LineNr { } +.subxTest { color: #5f8700; } .subxS1Comment { color: #0000af; } +.subxFunction { color: #af5f00; text-decoration: underline; } .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; } .Constant { color: #008787; } --> @@ -145,7 +145,7 @@ if ('onhashchange' in window) { 86 # write-stream-data(_test-output-buffered-file, _test-input-stream) 87 # . . push args 88 68/push _test-input-stream/imm32 - 89 68/push _test-output-buffered-file/imm32 + 89 68/push _test-output-buffered-file/imm32 90 # . . call 91 e8/call write-stream-data/disp32 92 # . . discard args @@ -153,7 +153,7 @@ if ('onhashchange' in window) { 94 # check that the write happened as expected 95 # . flush(_test-output-buffered-file) 96 # . . push args - 97 68/push _test-output-buffered-file/imm32 + 97 68/push _test-output-buffered-file/imm32 98 # . . call 99 e8/call flush/disp32 100 # . . discard args -- cgit 1.4.1-2-gfad0