about summary refs log tree commit diff stats
path: root/html/edit/009-sandbox-test.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-12-27 09:08:30 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-12-27 09:08:30 -0800
commit7be07a6bc84b383dcf78b990a99e3d6370bd5741 (patch)
treefb84675df8b136c7c366894a0bc20b1b11833d5c /html/edit/009-sandbox-test.mu.html
parentd3de3187133361a56c2cb3e8aa7f5edd6f2ebbb5 (diff)
downloadmu-7be07a6bc84b383dcf78b990a99e3d6370bd5741.tar.gz
3719 - cross-link Mu waypoints to their location
Diffstat (limited to 'html/edit/009-sandbox-test.mu.html')
-rw-r--r--html/edit/009-sandbox-test.mu.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/html/edit/009-sandbox-test.mu.html b/html/edit/009-sandbox-test.mu.html
index e0edd9a7..c2774b98 100644
--- a/html/edit/009-sandbox-test.mu.html
+++ b/html/edit/009-sandbox-test.mu.html
@@ -153,7 +153,7 @@ if ('onhashchange' in window) {
 <span id="L92" class="LineNr"> 92 </span>]
 <span id="L93" class="LineNr"> 93 </span>
 <span id="L94" class="LineNr"> 94 </span><span class="Comment"># include expected response when saving or restoring a sandbox</span>
-<span id="L95" class="LineNr"> 95 </span><span class="muRecipe">before</span> <span class="Constant">&lt;end-save-sandbox&gt;</span> [
+<span id="L95" class="LineNr"> 95 </span><span class="muRecipe">before</span> <span class="Constant"><a href='005-sandbox.mu.html#L228'>&lt;end-save-sandbox&gt;</a></span> [
 <span id="L96" class="LineNr"> 96 </span>  <span class="Delimiter">{</span>
 <span id="L97" class="LineNr"> 97 </span>    expected-response:text <span class="Special">&lt;-</span> get *curr, <span class="Constant">expected-response:offset</span>
 <span id="L98" class="LineNr"> 98 </span>    <span class="muControl">break-unless</span> expected-response
@@ -162,7 +162,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">&lt;end-restore-sandbox&gt;</span> [
+<span id="L104" class="LineNr">104 </span><span class="muRecipe">before</span> <span class="Constant"><a href='005-sandbox.mu.html#L432'>&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>    filename <span class="Special">&lt;-</span> append filename, <span class="Constant">[.out]</span>
 <span id="L107" class="LineNr">107 </span>    contents <span class="Special">&lt;-</span> <a href='../088file.mu.html#L38'>slurp</a> <a href='../088file.mu.html#L11'>resources</a>, filename
@@ -172,7 +172,7 @@ if ('onhashchange' in window) {
 <span id="L111" class="LineNr">111 </span>]
 <span id="L112" class="LineNr">112 </span>
 <span id="L113" class="LineNr">113 </span><span class="Comment"># clicks on sandbox responses save it as 'expected'</span>
-<span id="L114" class="LineNr">114 </span><span class="muRecipe">after</span> <span class="Constant">&lt;global-touch&gt;</span> [
+<span id="L114" class="LineNr">114 </span><span class="muRecipe">after</span> <span class="Constant"><a href='004-programming-environment.mu.html#L80'>&lt;global-touch&gt;</a></span> [
 <span id="L115" class="LineNr">115 </span>  <span class="Comment"># check if it's inside the output of any sandbox</span>
 <span id="L116" class="LineNr">116 </span>  <span class="Delimiter">{</span>
 <span id="L117" class="LineNr">117 </span>    sandbox-left-margin:num <span class="Special">&lt;-</span> get *current-sandbox, <span class="Constant">left:offset</span>
@@ -244,7 +244,7 @@ if ('onhashchange' in window) {
 <span id="L183" class="LineNr">183 </span>]
 <span id="L184" class="LineNr">184 </span>
 <span id="L185" class="LineNr">185 </span><span class="Comment"># when rendering a sandbox, color it in red/green if expected response exists</span>
-<span id="L186" class="LineNr">186 </span><span class="muRecipe">after</span> <span class="Constant">&lt;render-sandbox-response&gt;</span> [
+<span id="L186" class="LineNr">186 </span><span class="muRecipe">after</span> <span class="Constant"><a href='005-sandbox.mu.html#L292'>&lt;render-sandbox-response&gt;</a></span> [
 <span id="L187" class="LineNr">187 </span>  <span class="Delimiter">{</span>
 <span id="L188" class="LineNr">188 </span>    <span class="muControl">break-unless</span> sandbox-response
 <span id="L189" class="LineNr">189 </span>    *sandbox <span class="Special">&lt;-</span> put *sandbox, <span class="Constant">response-starting-row-on-screen:offset</span>, row
@@ -263,7 +263,7 @@ if ('onhashchange' in window) {
 <span id="L202" class="LineNr">202 </span>  <span class="Delimiter">}</span>
 <span id="L203" class="LineNr">203 </span>]
 <span id="L204" class="LineNr">204 </span>
-<span id="L205" class="LineNr">205 </span><span class="muRecipe">before</span> <span class="Constant">&lt;end-render-sandbox-reset-hidden&gt;</span> [
+<span id="L205" class="LineNr">205 </span><span class="muRecipe">before</span> <span class="Constant"><a href='005-sandbox.mu.html#L306'>&lt;end-render-sandbox-reset-hidden&gt;</a></span> [
 <span id="L206" class="LineNr">206 </span>  *sandbox <span class="Special">&lt;-</span> put *sandbox, <span class="Constant">response-starting-row-on-screen:offset</span>,<span class="Constant"> 0</span>
 <span id="L207" class="LineNr">207 </span>]
 </pre>