rizin/test/db/cmd/cmd_arp
seanachao a2f8631b6c
Change -, --, = argument and = command meaning (#930)
* Swap = & - R (#615)&(#616)
* Fix R replace =
2021-04-21 16:20:24 +08:00

17 lines
172 B
Text

NAME=arpg
FILE==
CMDS=<<EOF
arpg scripts/gdb-reg-profile.txt > $a
?v $?
$a~?
arpg scripts/gdb-reg-profile-invalid.txt > $b
?v $?
$b~?
EOF
EXPECT=<<EOF
0x0
98
0x1
0
EOF
RUN