about summary refs log tree commit diff stats
path: root/html/edit
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-04-19 00:39:42 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-04-19 00:39:42 -0700
commitc43164727bfbe192763292e23dad983fbf09d18e (patch)
treec16ccb51167e3c84dac55bdb4ee3492b56453c31 /html/edit
parent86c715d712401ea09ccedd7120051103faacd500 (diff)
downloadmu-c43164727bfbe192763292e23dad983fbf09d18e.tar.gz
3837
Diffstat (limited to 'html/edit')
-rw-r--r--html/edit/005-sandbox.mu.html2
-rw-r--r--html/edit/011-errors.mu.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/html/edit/005-sandbox.mu.html b/html/edit/005-sandbox.mu.html
index fe769594..d5e2f517 100644
--- a/html/edit/005-sandbox.mu.html
+++ b/html/edit/005-sandbox.mu.html
@@ -772,7 +772,7 @@ if ('onhashchange' in window) {
 <span id="L709" class="LineNr"> 709 </span>  <span class="Conceal">¦</span> curr <span class="Special">&lt;-</span> <a href='../065duplex_list.mu.html#L29'>next</a> curr
 <span id="L710" class="LineNr"> 710 </span>  <span class="Conceal">¦</span> <span class="muControl">loop</span>
 <span id="L711" class="LineNr"> 711 </span>  <span class="Delimiter">}</span>
-<span id="L712" class="LineNr"> 712 </span>  result <span class="Special">&lt;-</span> <a href='../061text.mu.html#L328'>buffer-to-array</a> buf
+<span id="L712" class="LineNr"> 712 </span>  result <span class="Special">&lt;-</span> <a href='../061text.mu.html#L353'>buffer-to-array</a> buf
 <span id="L713" class="LineNr"> 713 </span>]
 <span id="L714" class="LineNr"> 714 </span>
 <span id="L715" class="LineNr"> 715 </span><span class="muScenario">scenario</span> editor-provides-edited-contents [
diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html
index 8c2a1f1c..1b775585 100644
--- a/html/edit/011-errors.mu.html
+++ b/html/edit/011-errors.mu.html
@@ -131,7 +131,7 @@ if ('onhashchange' in window) {
 <span id="L68" class="LineNr"> 68 </span>  <span class="Conceal">¦</span> sandboxes-completed-successfully?:bool <span class="Special">&lt;-</span> equal error-index,<span class="Constant"> -1</span>
 <span id="L69" class="LineNr"> 69 </span>  <span class="Conceal">¦</span> <span class="muControl">break-if</span> sandboxes-completed-successfully?
 <span id="L70" class="LineNr"> 70 </span>  <span class="Conceal">¦</span> error-index-text:text <span class="Special">&lt;-</span> to-text error-index
-<span id="L71" class="LineNr"> 71 </span>  <span class="Conceal">¦</span> status:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L505'>interpolate</a> <span class="Constant">[errors found (_)    ]</span>, error-index-text
+<span id="L71" class="LineNr"> 71 </span>  <span class="Conceal">¦</span> status:text <span class="Special">&lt;-</span> <a href='../061text.mu.html#L530'>interpolate</a> <span class="Constant">[errors found (_)    ]</span>, error-index-text
 <span id="L72" class="LineNr"> 72 </span>  <span class="Conceal">¦</span> <a href='005-sandbox.mu.html#L213'>update-status</a> <a href='../081print.mu.html#L4'>screen</a>, status, <span class="Constant">1/red</span>
 <span id="L73" class="LineNr"> 73 </span>  <span class="Delimiter">}</span>
 <span id="L74" class="LineNr"> 74 </span>]