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

14 lines
90 B
Text

NAME=t/retries
FILE==
CMDS=<<EOF
b 10
pd~?
pd 3~?
pd 20~?
EOF
EXPECT=<<EOF
2
3
20
EOF
RUN