rizin/test/t/undo
pancake f7f82ecbc0 * Implement support for handling av/repag and Function keys in r_cons
* Remove -u flag in r2 (was not implemented, but not needed)
* Added ?v command
* Check if file exists in rarun2
* Fix cmd.vprompt
* Some fixes in io.undo
  - Two test cases to check undo and redo ops
* Added 2 bugs in testsuite
2011-06-05 20:36:22 +02:00

24 lines
162 B
Text
Executable file

DEBUG=no
FILE=malloc://1024
ARGS=""
CMDS='
s 0x10
s 0x20
s 0x30
s 0x40
?v $$
s-
?v $$
s-
?v $$
s-
?v $$
s-
?v $$
'
EXPECT="0x40
0x30
0x20
0x10
0x0"
. ../tests.sh