mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-09 23:11:41 +00:00
bcd707f5ee
* Use PJ in `bj` and add tests ##json * Add `bj` to test/db/json
22 lines
169 B
Plaintext
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
|