rizin/test/db/cmd/cmd_b
Aswin C d2f0419362 Use PJ in bj and add tests ##json (#17916)
* Use PJ in `bj` and add tests ##json
* Add `bj` to test/db/json
2020-11-24 14:51:44 +01:00

21 lines
169 B
Text

NAME=b
FILE=-
CMDS=<<EOF
b 100
b
EOF
EXPECT=<<EOF
0x64
EOF
RUN
NAME=bj
FILE=-
CMDS=<<EOF
b 100
bj
EOF
EXPECT=<<EOF
{"blocksize":100,"blocksize_limit":52428800}
EOF
RUN