diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-03-08 18:05:36 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-03-08 18:05:36 -0800 |
commit | aaf2941bfeeb73c8b611d02bfe7d0d7b952c42a6 (patch) | |
tree | f3bd1c9ab592143e90a34b127b541b1119c6191d | |
parent | d124be9cb68a7d46fddc59e4e107ffdf6fb07508 (diff) | |
download | mu-aaf2941bfeeb73c8b611d02bfe7d0d7b952c42a6.tar.gz |
.
-rw-r--r-- | shell/sandbox.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/sandbox.mu b/shell/sandbox.mu index 37e94c12..46dc21f1 100644 --- a/shell/sandbox.mu +++ b/shell/sandbox.mu @@ -214,7 +214,7 @@ fn test-run-with-spaces { var sandbox-storage: sandbox var sandbox/esi: (addr sandbox) <- address sandbox-storage initialize-sandbox sandbox - # type "1" + # type input with whitespace before and after edit-sandbox sandbox, 0x20/space edit-sandbox sandbox, 0x31/1 edit-sandbox sandbox, 0x20/space |