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

18 lines
202 B
Text

NAME=cmp data
FILE==
CMDS=<<EOF
b 16
wx 41
e scr.null=1
cx 41 2>/dev/null
e scr.null=0
?! ?e thats fine
e scr.null=1
cx 11 2>/dev/null
e scr.null=0
?! ?e thats wrong
EOF
EXPECT=<<EOF
thats fine
EOF
RUN