about summary refs log tree commit diff stats
path: root/html/shell/parenthesize.mu.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/shell/parenthesize.mu.html')
-rw-r--r--html/shell/parenthesize.mu.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/html/shell/parenthesize.mu.html b/html/shell/parenthesize.mu.html
index 2183542f..e48e748a 100644
--- a/html/shell/parenthesize.mu.html
+++ b/html/shell/parenthesize.mu.html
@@ -1,14 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE html>
 <html>
 <head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<meta charset="UTF-8">
 <title>Mu - shell/parenthesize.mu</title>
-<meta name="Generator" content="Vim/8.1">
-<meta name="plugin-version" content="vim8.1_v1">
+<meta name="Generator" content="Vim/8.2">
+<meta name="plugin-version" content="vim8.1_v2">
 <meta name="syntax" content="none">
-<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=">
+<meta name="settings" content="number_lines,use_css,pre_wrap,no_foldcolumn,expand_tabs,line_ids,prevent_copy=,use_input_for_pc=fallback">
 <meta name="colorscheme" content="minimal-light">
-<style type="text/css">
+<style>
 <!--
 pre { white-space: pre-wrap; font-family: monospace; color: #000000; background-color: #ffffd7; }
 body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; }
@@ -32,7 +32,7 @@ a { color:inherit; }
 -->
 </style>
 
-<script type='text/javascript'>
+<script>
 <!--
 
 /* function to open any folds containing a jumped-to line before jumping to it */
@@ -377,14 +377,14 @@ if ('onhashchange' in window) {
 <span id="L311" class="LineNr">311 </span>  <span class="muComment">#</span>
 <span id="L312" class="LineNr">312 </span>  <span class="PreProc">var</span> actual-buffer-storage: <a href='../514gap-buffer.mu.html#L3'>gap-buffer</a>
 <span id="L313" class="LineNr">313 </span>  <span class="PreProc">var</span> actual-buffer/eax: (addr <a href='../514gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address actual-buffer-storage
-<span id="L314" class="LineNr">314 </span>  <a href='../514gap-buffer.mu.html#L53'>initialize-gap-buffer-with</a> actual-buffer, actual
+<span id="L314" class="LineNr">314 </span>  <a href='../514gap-buffer.mu.html#L52'>initialize-gap-buffer-with</a> actual-buffer, actual
 <span id="L315" class="LineNr">315 </span>  <span class="PreProc">var</span> actual-tokens-storage: (stream <a href='tokenize.mu.html#L3'>token</a> <span class="Constant">0x40</span>)
 <span id="L316" class="LineNr">316 </span>  <span class="PreProc">var</span> actual-tokens/<span class="muRegEsi">esi</span>: (addr stream <a href='tokenize.mu.html#L3'>token</a>) <span class="Special">&lt;-</span> address actual-tokens-storage
 <span id="L317" class="LineNr">317 </span>  <a href='parenthesize.mu.html#L383'>tokenize-and-parenthesize</a> actual-buffer, actual-tokens, trace
 <span id="L318" class="LineNr">318 </span>  <span class="muComment">#</span>
 <span id="L319" class="LineNr">319 </span>  <span class="PreProc">var</span> expected-buffer-storage: <a href='../514gap-buffer.mu.html#L3'>gap-buffer</a>
 <span id="L320" class="LineNr">320 </span>  <span class="PreProc">var</span> expected-buffer/eax: (addr <a href='../514gap-buffer.mu.html#L3'>gap-buffer</a>) <span class="Special">&lt;-</span> address expected-buffer-storage
-<span id="L321" class="LineNr">321 </span>  <a href='../514gap-buffer.mu.html#L53'>initialize-gap-buffer-with</a> expected-buffer, expected
+<span id="L321" class="LineNr">321 </span>  <a href='../514gap-buffer.mu.html#L52'>initialize-gap-buffer-with</a> expected-buffer, expected
 <span id="L322" class="LineNr">322 </span>  <span class="PreProc">var</span> expected-tokens-storage: (stream <a href='tokenize.mu.html#L3'>token</a> <span class="Constant">0x40</span>)
 <span id="L323" class="LineNr">323 </span>  <span class="PreProc">var</span> expected-tokens/<span class="muRegEdi">edi</span>: (addr stream <a href='tokenize.mu.html#L3'>token</a>) <span class="Special">&lt;-</span> address expected-tokens-storage
 <span id="L324" class="LineNr">324 </span>  <a href='parenthesize.mu.html#L396'>tokenize-salient</a> expected-buffer, expected-tokens, trace
@@ -407,12 +407,12 @@ if ('onhashchange' in window) {
 <span id="L341" class="LineNr">341 </span>      <span class="Delimiter">{</span>
 <span id="L342" class="LineNr">342 </span>        <span class="PreProc">break-if-!=</span>
 <span id="L343" class="LineNr">343 </span>        <span class="muComment"># actual empty, but expected not empty</span>
-<span id="L344" class="LineNr">344 </span>        <a href='../501draw-text.mu.html#L284'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, message, <span class="Constant">3</span>/fg=cyan <span class="Constant">0</span>/bg
-<span id="L345" class="LineNr">345 </span>        <a href='../501draw-text.mu.html#L284'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;: too short\n&quot;</span>, <span class="Constant">3</span>/fg=cyan <span class="Constant">0</span>/bg
+<span id="L344" class="LineNr">344 </span>        <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, message, <span class="Constant">3</span>/fg=cyan <span class="Constant">0</span>/bg
+<span id="L345" class="LineNr">345 </span>        <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;: too short\n&quot;</span>, <span class="Constant">3</span>/fg=cyan <span class="Constant">0</span>/bg
 <span id="L346" class="LineNr">346 </span>        <a href='../104test.subx.html#L5'>count-test-failure</a>
 <span id="L347" class="LineNr">347 </span>        <span class="PreProc">return</span>
 <span id="L348" class="LineNr">348 </span>      <span class="Delimiter">}</span>
-<span id="L349" class="LineNr">349 </span>      <a href='../501draw-text.mu.html#L284'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;.&quot;</span>, <span class="Constant">3</span>/fg/cyan, <span class="Constant">0</span>/bg
+<span id="L349" class="LineNr">349 </span>      <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;.&quot;</span>, <span class="Constant">3</span>/fg/cyan, <span class="Constant">0</span>/bg
 <span id="L350" class="LineNr">350 </span>      <span class="PreProc">return</span>
 <span id="L351" class="LineNr">351 </span>    <span class="Delimiter">}</span>
 <span id="L352" class="LineNr">352 </span>    <span class="PreProc">var</span> expected-done?/eax: boolean <span class="Special">&lt;-</span> <a href='../309stream.subx.html#L6'>stream-empty?</a> expected
@@ -420,8 +420,8 @@ if ('onhashchange' in window) {
 <span id="L354" class="LineNr">354 </span>    <span class="Delimiter">{</span>
 <span id="L355" class="LineNr">355 </span>      <span class="PreProc">break-if-=</span>
 <span id="L356" class="LineNr">356 </span>      <span class="muComment"># actual not empty, but expected empty</span>
-<span id="L357" class="LineNr">357 </span>      <a href='../501draw-text.mu.html#L284'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, message, <span class="Constant">3</span>/fg=cyan <span class="Constant">0</span>/bg
-<span id="L358" class="LineNr">358 </span>      <a href='../501draw-text.mu.html#L284'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;: too long\n&quot;</span>, <span class="Constant">3</span>/fg=cyan <span class="Constant">0</span>/bg
+<span id="L357" class="LineNr">357 </span>      <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, message, <span class="Constant">3</span>/fg=cyan <span class="Constant">0</span>/bg
+<span id="L358" class="LineNr">358 </span>      <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, <span class="Constant">&quot;: too long\n&quot;</span>, <span class="Constant">3</span>/fg=cyan <span class="Constant">0</span>/bg
 <span id="L359" class="LineNr">359 </span>      <a href='../104test.subx.html#L5'>count-test-failure</a>
 <span id="L360" class="LineNr">360 </span>      <span class="PreProc">return</span>
 <span id="L361" class="LineNr">361 </span>    <span class="Delimiter">}</span>
@@ -438,7 +438,7 @@ if ('onhashchange' in window) {
 <span id="L372" class="LineNr">372 </span>    compare match?, <span class="Constant">0</span>/false
 <span id="L373" class="LineNr">373 </span>    <span class="Delimiter">{</span>
 <span id="L374" class="LineNr">374 </span>      <span class="PreProc">break-if-!=</span>
-<span id="L375" class="LineNr">375 </span>      <a href='../501draw-text.mu.html#L284'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, message, <span class="Constant">3</span>/fg=cyan <span class="Constant">0</span>/bg
+<span id="L375" class="LineNr">375 </span>      <a href='../501draw-text.mu.html#L339'>draw-text-wrapping-right-then-down-from-cursor-over-full-screen</a> <span class="Constant">0</span>/screen, message, <span class="Constant">3</span>/fg=cyan <span class="Constant">0</span>/bg
 <span id="L376" class="LineNr">376 </span>      <a href='../104test.subx.html#L5'>count-test-failure</a>
 <span id="L377" class="LineNr">377 </span>      <span class="PreProc">return</span>
 <span id="L378" class="LineNr">378 </span>    <span class="Delimiter">}</span>