mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 13:49:50 +00:00
148 B
148 B
NAME=?e pi backquote color on
FILE=malloc://1024
CMDS=<<EOF
e asm.arch=x86
e asm.bits=64
wx 90
e scr.color=true
?e `pi 1`
EOF
EXPECT='nop'
RUN
FILE=malloc://1024
CMDS=<<EOF
e asm.arch=x86
e asm.bits=64
wx 90
e scr.color=true
?e `pi 1`
EOF
EXPECT='nop'
RUN