rizin/test/db/cmd/bitmask
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
222 B
Text

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