mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 23:20:40 +00:00
781fcccf55
* Move CMDS= before EXPECT= in tests * Revert "Move CMDS= before EXPECT= in tests" This reverts commit13a9085a36
. * Move CMDS= before EXPECT= in tests, take 2 * Revert "Move CMDS= before EXPECT= in tests, take 2" This reverts commit7c0bf6d8e3
. * Move CMDS= before EXPECT= in tests, take 3 Co-authored-by: pancake <pancake@nopcode.org>
19 lines
202 B
Plaintext
19 lines
202 B
Plaintext
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
|