about summary refs log tree commit diff stats
path: root/edit.mu
diff options
context:
space:
mode:
Diffstat (limited to 'edit.mu')
-rw-r--r--edit.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit.mu b/edit.mu
index 0b5f2ba6..bf6f18f3 100644
--- a/edit.mu
+++ b/edit.mu
@@ -1389,7 +1389,7 @@ scenario editor-clears-previous-line-completely-after-inserting-newline [
   1:address:array:character <- new [abcde]
   2:address:editor-data <- new-editor 1:address:array:character, screen:address, 0/left, 5/right
   assume-console [
-    press newline
+    press enter
   ]
   screen-should-contain [
     .          .
@@ -1445,7 +1445,7 @@ ef]
   assume-console [
     left-click 2, 8
     press 65507  # start paste
-    press newline
+    press enter
     press 65506  # end paste
   ]
   run [