diff options
-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 |