mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-01 00:51:19 +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>
9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
NAME=dr= double 0x bug
|
|
FILE=-
|
|
ARGS=-a x86 -b 32
|
|
CMDS=dr=~?0x0x
|
|
EXPECT=<<EOF
|
|
0
|
|
EOF
|
|
RUN
|