about summary refs log tree commit diff stats
path: root/edit/010-warnings.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-01-12 21:20:19 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-01-12 21:20:19 -0800
commit0fac1f87339709e9e3ef8d2df2dbd88ba8c8d706 (patch)
tree3bc5ad84b5f7b453719d0f035aaf4d6fd3fbd82a /edit/010-warnings.mu
parent7ac8feeff10abfd76f712f8f32406dd30ba1c73e (diff)
downloadmu-0fac1f87339709e9e3ef8d2df2dbd88ba8c8d706.tar.gz
2558
Diffstat (limited to 'edit/010-warnings.mu')
-rw-r--r--edit/010-warnings.mu7
1 files changed, 5 insertions, 2 deletions
diff --git a/edit/010-warnings.mu b/edit/010-warnings.mu
index 419d9c8f..6bfa3e3e 100644
--- a/edit/010-warnings.mu
+++ b/edit/010-warnings.mu
@@ -571,12 +571,14 @@ reply b
   # screen prints error message
   screen-should-contain [
     .                                                                                 run (F4)           .
-    .recipe foo \\\[                                      ┊                                                 .
+    .recipe foo [                                      ┊                                                 .
     .local-scope                                       ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .a:number <- next-ingredient                       ┊                                                x.
     .b:number <- next-ingredient                       ┊foo 4, 0                                         .
     .stash [dividing by], b                            ┊foo: divide by zero in '_, c:number <- divide-wi↩.
     ._, c:number <- divide-with-remainder a, b         ┊th-remainder a, b'                               .
+    .reply b                                           ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
+    .]                                                 ┊                                                 .
   ]
   # click on the call in the sandbox
   assume-console [
@@ -588,12 +590,13 @@ reply b
   # screen should expand trace
   screen-should-contain [
     .                                                                                 run (F4)           .
-    .recipe foo \\\[                                      ┊                                                 .
+    .recipe foo [                                      ┊                                                 .
     .local-scope                                       ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .a:number <- next-ingredient                       ┊                                                x.
     .b:number <- next-ingredient                       ┊foo 4, 0                                         .
     .stash [dividing by], b                            ┊dividing by 0                                    .
     ._, c:number <- divide-with-remainder a, b         ┊foo: divide by zero in '_, c:number <- divide-wi↩.
     .reply b                                           ┊th-remainder a, b'                               .
+    .]                                                 ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
   ]
 ]