radare2/test/new/db/cmd/unified
Khairul Azhar Kasmiran 781fcccf55
Move CMDS= before EXPECT= in tests (#16417)
* Move CMDS= before EXPECT= in tests

* Revert "Move CMDS= before EXPECT= in tests"

This reverts commit 13a9085a36.

* Move CMDS= before EXPECT= in tests, take 2

* Revert "Move CMDS= before EXPECT= in tests, take 2"

This reverts commit 7c0bf6d8e3.

* Move CMDS= before EXPECT= in tests, take 3

Co-authored-by: pancake <pancake@nopcode.org>
2020-04-05 20:56:06 +08:00

17 lines
252 B
Plaintext

NAME=unified diff and patch
FILE=-
CMDS=<<EOF
b 16
wow 41
cu 16 > .p
.wu .p
!rm -f .p
b 32
cu 16
EOF
EXPECT=<<EOF
0x00000000 00000000000000000000000000000000 ................ |
0x00000010 00000000000000000000000000000000 ................ |
EOF
RUN