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>2017-03-14 11:21:22 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-03-14 11:21:22 -0700
commitfadb576efca5586fc67bdc3f69fc32e86fc3bb01 (patch)
tree16c664ee22094b5916cbf55b2c09afc5a1ac800e /html/edit/009-sandbox-test.mu.html
parent7b38bc8ece46b92855c6363fde53d59011d9f0a4 (diff)
downloadmu-fadb576efca5586fc67bdc3f69fc32e86fc3bb01.tar.gz
3796
Standardize the order of some common blocks in `render`, `render-text`
and `render-code`. This is preparation for trying to reorganize them to
reduce duplicate code.
Diffstat (limited to 'html/edit/009-sandbox-test.mu.html')
-rw-r--r--html/edit/009-sandbox-test.mu.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/edit/009-sandbox-test.mu.html b/html/edit/009-sandbox-test.mu.html
index 0a7ba0d1..0ccd537c 100644
--- a/html/edit/009-sandbox-test.mu.html
+++ b/html/edit/009-sandbox-test.mu.html
@@ -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#L500'>&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#L519'>&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