radare2/test/db/cmd/cmd_b
Aswin C bcd707f5ee
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-23 16:52:03 +08:00

22 lines
169 B
Plaintext

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