about summary refs log tree commit diff stats
path: root/html/086scenario_console_test.mu.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-23 17:58:37 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-23 17:58:37 -0700
commit09788d7edfd63e89b05413c0279fa112e237ee50 (patch)
treee9b063b292a8bcd9264ce7c75d1d4e1454949579 /html/086scenario_console_test.mu.html
parenta9817844aea80b5d07baecb55e214775cf0f6c9e (diff)
downloadmu-09788d7edfd63e89b05413c0279fa112e237ee50.tar.gz
3567
Diffstat (limited to 'html/086scenario_console_test.mu.html')
-rw-r--r--html/086scenario_console_test.mu.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/html/086scenario_console_test.mu.html b/html/086scenario_console_test.mu.html
index 47898aa1..b8922ca0 100644
--- a/html/086scenario_console_test.mu.html
+++ b/html/086scenario_console_test.mu.html
@@ -37,10 +37,10 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color
     type <span class="Constant">[abc]</span>
   ]
   run [
-    <span class="Constant">1</span>:char, console, <span class="Constant">2</span>:bool<span class="Special"> &lt;- </span>read-key console
-    <span class="Constant">3</span>:char, console, <span class="Constant">4</span>:bool<span class="Special"> &lt;- </span>read-key console
-    <span class="Constant">5</span>:char, console, <span class="Constant">6</span>:bool<span class="Special"> &lt;- </span>read-key console
-    <span class="Constant">7</span>:char, console, <span class="Constant">8</span>:bool<span class="Special"> &lt;- </span>read-key console
+    <span class="Constant">1</span>:char, <span class="Constant">2</span>:bool<span class="Special"> &lt;- </span>read-key console
+    <span class="Constant">3</span>:char, <span class="Constant">4</span>:bool<span class="Special"> &lt;- </span>read-key console
+    <span class="Constant">5</span>:char, <span class="Constant">6</span>:bool<span class="Special"> &lt;- </span>read-key console
+    <span class="Constant">7</span>:char, <span class="Constant">8</span>:bool<span class="Special"> &lt;- </span>read-key console
   ]
   memory-should-contain [
     <span class="Constant">1</span><span class="Special"> &lt;- </span><span class="Constant">97</span>  <span class="Comment"># 'a'</span>