From 4f2adf06713eeec995d7811cd1d7a4dfe3cdda86 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 27 May 2017 21:32:51 -0700 Subject: 3883 --- html/edit/009-sandbox-test.mu.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'html/edit/009-sandbox-test.mu.html') diff --git a/html/edit/009-sandbox-test.mu.html b/html/edit/009-sandbox-test.mu.html index 76c915d4..ead5ff9d 100644 --- a/html/edit/009-sandbox-test.mu.html +++ b/html/edit/009-sandbox-test.mu.html @@ -85,7 +85,7 @@ if ('onhashchange' in window) { 22 ¦ . run (F4) . 23 ¦ .recipe foo [ ╎ . 24 ¦ . reply 4 ╎─────────────────────────────────────────────────. - 25 ¦ .] ╎0 edit copy delete . + 25 ¦ .] ╎0 edit copy to recipe delete . 26 ¦ . ╎foo . 27 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎4 . 28 ¦ . ╎─────────────────────────────────────────────────. @@ -118,7 +118,7 @@ if ('onhashchange' in window) { 55 ¦ . run (F4) . 56 ¦ .␣ecipe foo [ ╎ . 57 ¦ . reply 4 ╎─────────────────────────────────────────────────. - 58 ¦ .] ╎0 edit copy delete . + 58 ¦ .] ╎0 edit copy to recipe delete . 59 ¦ . ╎foo . 60 ¦ .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎4 . 61 ¦ . ╎─────────────────────────────────────────────────. @@ -164,7 +164,7 @@ if ('onhashchange' in window) { 101 } 102 ] 103 -104 before <end-restore-sandbox> [ +104 before <end-restore-sandbox> [ 105 { 106 ¦ filename <- append filename, [.out] 107 ¦ contents <- slurp resources, filename @@ -193,7 +193,7 @@ if ('onhashchange' in window) { 130 ¦ # toggle its expected-response, and save session 131 ¦ sandbox <- toggle-expected-response sandbox 132 ¦ save-sandboxes env, resources -133 ¦ screen <- render-sandbox-side screen, env, render +133 ¦ screen <- render-sandbox-side screen, env, render 134 ¦ screen <- update-cursor screen, recipes, current-sandbox, sandbox-in-focus?, env 135 ¦ loop +next-event 136 } @@ -252,11 +252,11 @@ if ('onhashchange' in window) { 189 ¦ response-is-expected?:bool <- equal expected-response, sandbox-response 190 ¦ { 191 ¦ ¦ break-if response-is-expected?:bool -192 ¦ ¦ row, screen <- render-text screen, sandbox-response, left, right, 1/red, row +192 ¦ ¦ row, screen <- render-text screen, sandbox-response, left, right, 1/red, row 193 ¦ } 194 ¦ { 195 ¦ ¦ break-unless response-is-expected?:bool -196 ¦ ¦ row, screen <- render-text screen, sandbox-response, left, right, 2/green, row +196 ¦ ¦ row, screen <- render-text screen, sandbox-response, left, right, 2/green, row 197 ¦ } 198 ¦ jump +render-sandbox-end 199 } -- cgit 1.4.1-2-gfad0