This commit is contained in:
Kartik K. Agaram 2021-03-08 18:05:36 -08:00
parent d124be9cb6
commit aaf2941bfe

View File

@ -214,7 +214,7 @@ fn test-run-with-spaces {
var sandbox-storage: sandbox var sandbox-storage: sandbox
var sandbox/esi: (addr sandbox) <- address sandbox-storage var sandbox/esi: (addr sandbox) <- address sandbox-storage
initialize-sandbox sandbox initialize-sandbox sandbox
# type "1" # type input with whitespace before and after
edit-sandbox sandbox, 0x20/space edit-sandbox sandbox, 0x20/space
edit-sandbox sandbox, 0x31/1 edit-sandbox sandbox, 0x31/1
edit-sandbox sandbox, 0x20/space edit-sandbox sandbox, 0x20/space