about summary refs log tree commit diff stats
path: root/sandbox/003-shortcuts.mu
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/003-shortcuts.mu')
-rw-r--r--sandbox/003-shortcuts.mu6
1 files changed, 2 insertions, 4 deletions
diff --git a/sandbox/003-shortcuts.mu b/sandbox/003-shortcuts.mu
index 1351c4f8..b019d97c 100644
--- a/sandbox/003-shortcuts.mu
+++ b/sandbox/003-shortcuts.mu
@@ -30,8 +30,7 @@ cd]
 scenario editor-inserts-two-spaces-and-wraps-line-on-tab [
   local-scope
   assume-screen 10/width, 5/height
-  s:text <- new [abcd]
-  e:&:editor <- new-editor s, 0/left, 5/right
+  e:&:editor <- new-editor [abcd], 0/left, 5/right
   editor-render screen, e
   $clear-trace
   assume-console [
@@ -1165,8 +1164,7 @@ ghi]
 scenario editor-moves-to-top-line-in-presence-of-wrapped-line [
   local-scope
   assume-screen 10/width, 5/height
-  s:text <- new [abcde]
-  e:&:editor <- new-editor s, 0/left, 5/right
+  e:&:editor <- new-editor [abcde], 0/left, 5/right
   editor-render screen, e
   screen-should-contain [
     .          .