rizin/test/db/cmd/cmd_interpret
pancake 13e1636d97
Implement RLang.spp for templated scripting ##lang (#17067)
Co-authored-by: pancake <pancake@nopcode.org>
2020-07-01 14:14:18 +02:00

32 lines
287 B
Text

NAME=.- (edit, source tmp file)
FILE=-
CMDS=<<EOF
e cfg.editor=/bin/true
.-
EOF
EXPECT=<<EOF
EOF
RUN
NAME=.?e ?e
FILE=--
CMDS=<<EOF
.?e ?e hello world
EOF
EXPECT=<<EOF
hello world
EOF
RUN
NAME=.spp
FILE=-
CMDS=<<EOF
. scripts/r2test.spp
EOF
EXPECT=<<EOF
Test
hello world
Eron
EOF
RUN