rizin/test/db/cmd/unified
Riccardo Schirone d20b026ce2
Finish conversion of w commands to rzshell (#2412)
* Convert 'wz' to rzshell
* Remove 'wt' commands in favour of > operator
* Convert 'ww' command to rzshell
* Convert 'wm' command to rzshell
* Convert 'wd' command to rzshell
* Convert 'wu' command to rzshell
* Convert 'wo' commands to rzshell
* Fix 'w' tests
2022-03-16 11:20:29 +00:00

16 lines
250 B
Text

NAME=unified diff and patch
FILE==
CMDS=<<EOF
b 16
wb 41
cu 16 > .p
wu .p
!rm -f .p
b 32
cu 16
EOF
EXPECT=<<EOF
0x00000000 00000000000000000000000000000000 ................ |
0x00000010 00000000000000000000000000000000 ................ |
EOF
RUN