about summary refs log tree commit diff stats
path: root/repl.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-19 13:37:11 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-19 13:37:11 -0700
commitfc52705f4956df9a756b902b187f31799c1451a4 (patch)
tree634a3dc201a2fb32a00f1ab9ae50b6818fd99732 /repl.mu
parent8fb0e672c2f5431141d58128f623d1cc02d67bb8 (diff)
downloadmu-fc52705f4956df9a756b902b187f31799c1451a4.tar.gz
1598
Some tests weren't actually running for the past 5 days.
Performed 5 why's.
Diffstat (limited to 'repl.mu')
-rw-r--r--repl.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/repl.mu b/repl.mu
index dd0000a5..c9a7aaca 100644
--- a/repl.mu
+++ b/repl.mu
@@ -669,6 +669,7 @@ scenario read-instruction-backspace-back-into-string [
     .\\\[ab                           .
     .                              .
   ]
+#?   $print [aaa] #? 1
   screen-should-contain-in-color 6:literal/cyan, [
     .\\\[ab                           .
     .                              .
@@ -754,6 +755,7 @@ scenario read-instruction-assignment-continues-after-backspace [
   assume-keyboard [a <-«-
 ]
   replace-in-keyboard 171:literal/«, 8:literal/backspace
+#?   $print [aaa] #? 1
   run [
     read-instruction keyboard:address, screen:address
   ]