diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-08-12 01:44:08 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-08-12 01:44:08 -0700 |
commit | d3f000c0592e105555cbb97d31cf603c6aa549f8 (patch) | |
tree | cb39017af5483ca8af632fc254823c43bc21bd9b | |
parent | d773e8ab9ada7d5b733ffd56c5170431aceae6a0 (diff) | |
download | mu-d3f000c0592e105555cbb97d31cf603c6aa549f8.tar.gz |
1977
-rw-r--r-- | edit.mu | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/edit.mu b/edit.mu index d013560e..d802c770 100644 --- a/edit.mu +++ b/edit.mu @@ -4849,7 +4849,7 @@ scenario run-instruction-manages-screen-per-sandbox [ assume-screen 100/width, 20/height # left editor is empty 1:address:array:character <- new [] - # right editor contains an illegal instruction + # right editor contains an instruction 2:address:array:character <- new [print-integer screen:address, 4] 3:address:programming-environment-data <- new-programming-environment screen:address, 1:address:array:character, 2:address:array:character # run the code in the editor @@ -4859,8 +4859,7 @@ scenario run-instruction-manages-screen-per-sandbox [ run [ event-loop screen:address, console:address, 3:address:programming-environment-data ] - # check that it prints a little 5x5 toy screen - # hack: screen address is brittle + # check that it prints a little toy screen screen-should-contain [ . run (F4) . . ┊ . |