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.html12
1 files changed, 6 insertions, 6 deletions
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) {
 <span id="L22" class="LineNr"> 22 </span>  <span class="Conceal">¦</span><span class="Constant"> .                                                                                 run (F4)           .</span>
 <span id="L23" class="LineNr"> 23 </span>  <span class="Conceal">¦</span><span class="Constant"> .recipe foo [                                      ╎                                                 .</span>
 <span id="L24" class="LineNr"> 24 </span>  <span class="Conceal">¦</span><span class="Constant"> .  reply 4                                         ╎─────────────────────────────────────────────────.</span>
-<span id="L25" class="LineNr"> 25 </span>  <span class="Conceal">¦</span><span class="Constant"> .]                                                 ╎0   edit          copy            delete         .</span>
+<span id="L25" class="LineNr"> 25 </span>  <span class="Conceal">¦</span><span class="Constant"> .]                                                 ╎0   edit       copy       to recipe    delete    .</span>
 <span id="L26" class="LineNr"> 26 </span>  <span class="Conceal">¦</span><span class="Constant"> .                                                  ╎foo                                              .</span>
 <span id="L27" class="LineNr"> 27 </span>  <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎4                                                .</span>
 <span id="L28" class="LineNr"> 28 </span>  <span class="Conceal">¦</span><span class="Constant"> .                                                  ╎─────────────────────────────────────────────────.</span>
@@ -118,7 +118,7 @@ if ('onhashchange' in window) {
 <span id="L55" class="LineNr"> 55 </span>  <span class="Conceal">¦</span><span class="Constant"> .                                                                                 run (F4)           .</span>
 <span id="L56" class="LineNr"> 56 </span>  <span class="Conceal">¦</span><span class="Constant"> .␣ecipe foo [                                      ╎                                                 .</span>
 <span id="L57" class="LineNr"> 57 </span>  <span class="Conceal">¦</span><span class="Constant"> .  reply 4                                         ╎─────────────────────────────────────────────────.</span>
-<span id="L58" class="LineNr"> 58 </span>  <span class="Conceal">¦</span><span class="Constant"> .]                                                 ╎0   edit          copy            delete         .</span>
+<span id="L58" class="LineNr"> 58 </span>  <span class="Conceal">¦</span><span class="Constant"> .]                                                 ╎0   edit       copy       to recipe    delete    .</span>
 <span id="L59" class="LineNr"> 59 </span>  <span class="Conceal">¦</span><span class="Constant"> .                                                  ╎foo                                              .</span>
 <span id="L60" class="LineNr"> 60 </span>  <span class="Conceal">¦</span><span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎4                                                .</span>
 <span id="L61" class="LineNr"> 61 </span>  <span class="Conceal">¦</span><span class="Constant"> .                                                  ╎─────────────────────────────────────────────────.</span>
@@ -164,7 +164,7 @@ if ('onhashchange' in window) {
 <span id="L101" class="LineNr">101 </span>  <span class="Delimiter">}</span>
 <span id="L102" class="LineNr">102 </span>]
 <span id="L103" class="LineNr">103 </span>
-<span id="L104" class="LineNr">104 </span><span class="muRecipe">before</span> <span class="Constant"><a href='005-sandbox.mu.html#L449'>&lt;end-restore-sandbox&gt;</a></span> [
+<span id="L104" class="LineNr">104 </span><span class="muRecipe">before</span> <span class="Constant"><a href='005-sandbox.mu.html#L453'>&lt;end-restore-sandbox&gt;</a></span> [
 <span id="L105" class="LineNr">105 </span>  <span class="Delimiter">{</span>
 <span id="L106" class="LineNr">106 </span>  <span class="Conceal">¦</span> filename <span class="Special">&lt;-</span> append filename, <span class="Constant">[.out]</span>
 <span id="L107" class="LineNr">107 </span>  <span class="Conceal">¦</span> contents <span class="Special">&lt;-</span> <a href='../088file.mu.html#L38'>slurp</a> <a href='../088file.mu.html#L11'>resources</a>, filename
@@ -193,7 +193,7 @@ if ('onhashchange' in window) {
 <span id="L130" class="LineNr">130 </span>  <span class="Conceal">¦</span> <span class="Comment"># toggle its expected-response, and save session</span>
 <span id="L131" class="LineNr">131 </span>  <span class="Conceal">¦</span> sandbox <span class="Special">&lt;-</span> <a href='009-sandbox-test.mu.html#L165'>toggle-expected-response</a> sandbox
 <span id="L132" class="LineNr">132 </span>  <span class="Conceal">¦</span> <a href='005-sandbox.mu.html#L220'>save-sandboxes</a> env, <a href='../088file.mu.html#L11'>resources</a>
-<span id="L133" class="LineNr">133 </span>  <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> render-sandbox-side <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L122'>render</a>
+<span id="L133" class="LineNr">133 </span>  <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> render-sandbox-side <a href='../081print.mu.html#L4'>screen</a>, env, <a href='001-editor.mu.html#L107'>render</a>
 <span id="L134" class="LineNr">134 </span>  <span class="Conceal">¦</span> <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='004-programming-environment.mu.html#L466'>update-cursor</a> <a href='../081print.mu.html#L4'>screen</a>, recipes, current-sandbox, sandbox-in-focus?, env
 <span id="L135" class="LineNr">135 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span> <span class="Constant">+next-event</span>
 <span id="L136" class="LineNr">136 </span>  <span class="Delimiter">}</span>
@@ -252,11 +252,11 @@ if ('onhashchange' in window) {
 <span id="L189" class="LineNr">189 </span>  <span class="Conceal">¦</span> response-is-expected?:bool <span class="Special">&lt;-</span> equal expected-response, sandbox-response
 <span id="L190" class="LineNr">190 </span>  <span class="Conceal">¦</span> <span class="Delimiter">{</span>
 <span id="L191" class="LineNr">191 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-if</span> response-is-expected?:bool
-<span id="L192" class="LineNr">192 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> row, <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='005-sandbox.mu.html#L356'>render-text</a> <a href='../081print.mu.html#L4'>screen</a>, sandbox-response, left, right, <span class="Constant">1/red</span>, row
+<span id="L192" class="LineNr">192 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> row, <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='005-sandbox.mu.html#L360'>render-text</a> <a href='../081print.mu.html#L4'>screen</a>, sandbox-response, left, right, <span class="Constant">1/red</span>, row
 <span id="L193" class="LineNr">193 </span>  <span class="Conceal">¦</span> <span class="Delimiter">}</span>
 <span id="L194" class="LineNr">194 </span>  <span class="Conceal">¦</span> <span class="Delimiter">{</span>
 <span id="L195" class="LineNr">195 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> <span class="muControl">break-unless</span> response-is-expected?:bool
-<span id="L196" class="LineNr">196 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> row, <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='005-sandbox.mu.html#L356'>render-text</a> <a href='../081print.mu.html#L4'>screen</a>, sandbox-response, left, right, <span class="Constant">2/green</span>, row
+<span id="L196" class="LineNr">196 </span>  <span class="Conceal">¦</span> <span class="Conceal">¦</span> row, <a href='../081print.mu.html#L4'>screen</a> <span class="Special">&lt;-</span> <a href='005-sandbox.mu.html#L360'>render-text</a> <a href='../081print.mu.html#L4'>screen</a>, sandbox-response, left, right, <span class="Constant">2/green</span>, row
 <span id="L197" class="LineNr">197 </span>  <span class="Conceal">¦</span> <span class="Delimiter">}</span>
 <span id="L198" class="LineNr">198 </span>  <span class="Conceal">¦</span> <span class="muControl">jump</span> <span class="Constant">+render-sandbox-end</span>
 <span id="L199" class="LineNr">199 </span>  <span class="Delimiter">}</span>