mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
13 lines
155 B
Text
13 lines
155 B
Text
NAME=echo pi backquote color on
|
|
FILE=malloc://1024
|
|
CMDS=<<EOF
|
|
e asm.arch=x86
|
|
e asm.bits=64
|
|
wx 90
|
|
e scr.color=true
|
|
echo `pi 1`
|
|
EOF
|
|
EXPECT=<<EOF
|
|
nop
|
|
EOF
|
|
RUN
|