From 4a48bedcd1d708a43d43dc6259a4e45c52ea3d00 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 3 Dec 2017 23:25:40 -0800 Subject: 4134 - 'input' = 'ingredient' --- html/edit/009-sandbox-test.mu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 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 c6ef7017..e311f2c0 100644 --- a/html/edit/009-sandbox-test.mu.html +++ b/html/edit/009-sandbox-test.mu.html @@ -214,7 +214,7 @@ if ('onhashchange' in window) { 151 152 def find-click-in-sandbox-output env:&:environment, click-row:num -> sandbox:&:sandbox, sandbox-index:num [ 153 local-scope -154 load-ingredients +154 load-inputs 155 # assert click-row >= sandbox.starting-row-on-screen 156 sandbox:&:sandbox <- get *env, sandbox:offset 157 start:num <- get *sandbox, starting-row-on-screen:offset @@ -242,7 +242,7 @@ if ('onhashchange' in window) { 179 180 def toggle-expected-response sandbox:&:sandbox -> sandbox:&:sandbox [ 181 local-scope -182 load-ingredients +182 load-inputs 183 expected-response:text <- get *sandbox, expected-response:offset 184 { 185 ¦ # if expected-response is set, reset @@ -269,7 +269,7 @@ if ('onhashchange' in window) { 206 207 def render-sandbox-response screen:&:screen, sandbox:&:sandbox, left:num, right:num -> row:num, screen:&:screen [ 208 local-scope -209 load-ingredients +209 load-inputs 210 sandbox-response:text <- get *sandbox, response:offset 211 expected-response:text <- get *sandbox, expected-response:offset 212 row:num <- get *sandbox response-starting-row-on-screen:offset -- cgit 1.4.1-2-gfad0