about summary refs log tree commit diff stats
path: root/edit.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-29 17:57:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-29 17:57:13 -0700
commitbd345189bdb964346d8f8a9bdaa5c44695b868c9 (patch)
treeeb3c051c87cfe628a48f379dcccf00c9f4586066 /edit.mu
parent8e9124f214f7f752056d27c79faed0163178f51e (diff)
downloadmu-bd345189bdb964346d8f8a9bdaa5c44695b868c9.tar.gz
2105
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 [