about summary refs log tree commit diff stats
path: root/html/edit/009-sandbox-test.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/edit/009-sandbox-test.mu.html')
-rw-r--r--html/edit/009-sandbox-test.mu.html6
1 files changed, 3 insertions, 3 deletions
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) {
 <span id="L151" class="LineNr">151 </span>
 <span id="L152" class="LineNr">152 </span><span class="muRecipe">def</span> <a href='009-sandbox-test.mu.html#L152'>find-click-in-sandbox-output</a> env:&amp;:environment, click-row:num<span class="muRecipe"> -&gt; </span>sandbox:&amp;:sandbox, sandbox-index:num [
 <span id="L153" class="LineNr">153 </span>  <span class="Constant">local-scope</span>
-<span id="L154" class="LineNr">154 </span>  <span class="Constant">load-ingredients</span>
+<span id="L154" class="LineNr">154 </span>  <span class="Constant">load-inputs</span>
 <span id="L155" class="LineNr">155 </span>  <span class="Comment"># assert click-row &gt;= sandbox.starting-row-on-screen</span>
 <span id="L156" class="LineNr">156 </span>  sandbox:&amp;:sandbox <span class="Special">&lt;-</span> get *env, <span class="Constant">sandbox:offset</span>
 <span id="L157" class="LineNr">157 </span>  start:num <span class="Special">&lt;-</span> get *sandbox, <span class="Constant">starting-row-on-screen:offset</span>
@@ -242,7 +242,7 @@ if ('onhashchange' in window) {
 <span id="L179" class="LineNr">179 </span>
 <span id="L180" class="LineNr">180 </span><span class="muRecipe">def</span> <a href='009-sandbox-test.mu.html#L180'>toggle-expected-response</a> sandbox:&amp;:sandbox<span class="muRecipe"> -&gt; </span>sandbox:&amp;:sandbox [
 <span id="L181" class="LineNr">181 </span>  <span class="Constant">local-scope</span>
-<span id="L182" class="LineNr">182 </span>  <span class="Constant">load-ingredients</span>
+<span id="L182" class="LineNr">182 </span>  <span class="Constant">load-inputs</span>
 <span id="L183" class="LineNr">183 </span>  expected-response:text <span class="Special">&lt;-</span> get *sandbox, <span class="Constant">expected-response:offset</span>
 <span id="L184" class="LineNr">184 </span>  <span class="Delimiter">{</span>
 <span id="L185" class="LineNr">185 </span>  <span class="Conceal">¦</span> <span class="Comment"># if expected-response is set, reset</span>
@@ -269,7 +269,7 @@ if ('onhashchange' in window) {
 <span id="L206" class="LineNr">206 </span>
 <span id="L207" class="LineNr">207 </span><span class="muRecipe">def</span> <a href='009-sandbox-test.mu.html#L207'>render-sandbox-response</a> <a href='../081print.mu.html#L16'>screen</a>:&amp;:<a href='../081print.mu.html#L16'>screen</a>, sandbox:&amp;:sandbox, left:num, right:num<span class="muRecipe"> -&gt; </span>row:num, <a href='../081print.mu.html#L16'>screen</a>:&amp;:<a href='../081print.mu.html#L16'>screen</a> [
 <span id="L208" class="LineNr">208 </span>  <span class="Constant">local-scope</span>
-<span id="L209" class="LineNr">209 </span>  <span class="Constant">load-ingredients</span>
+<span id="L209" class="LineNr">209 </span>  <span class="Constant">load-inputs</span>
 <span id="L210" class="LineNr">210 </span>  sandbox-response:text <span class="Special">&lt;-</span> get *sandbox, <span class="Constant">response:offset</span>
 <span id="L211" class="LineNr">211 </span>  expected-response:text <span class="Special">&lt;-</span> get *sandbox, <span class="Constant">expected-response:offset</span>
 <span id="L212" class="LineNr">212 </span>  row:num <span class="Special">&lt;-</span> get *sandbox <span class="Constant">response-starting-row-on-screen:offset</span>