mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-17 12:48:41 +00:00
![Khairul Azhar Kasmiran](/assets/img/avatar_default.png)
* Move CMDS= before EXPECT= in tests * Revert "Move CMDS= before EXPECT= in tests" This reverts commit 13a9085a36939ca5aab8515a1dce48f7862cbe05. * Move CMDS= before EXPECT= in tests, take 2 * Revert "Move CMDS= before EXPECT= in tests, take 2" This reverts commit 7c0bf6d8e3e3eae88e31c6dd41415743b348de29. * Move CMDS= before EXPECT= in tests, take 3 Co-authored-by: pancake <pancake@nopcode.org>
62 lines
376 B
Plaintext
62 lines
376 B
Plaintext
NAME=hash_comments_noop
|
|
FILE=-
|
|
CMDS=<<EOF
|
|
# ~?
|
|
# ~?
|
|
#"~?
|
|
##~?
|
|
#$~?
|
|
#%~?
|
|
#&~?
|
|
#(~?
|
|
#)~?
|
|
#*~?
|
|
#+~?
|
|
#,~?
|
|
#-~?
|
|
#.~?
|
|
#/~?
|
|
#0~?
|
|
#:~?
|
|
#;~?
|
|
#<~?
|
|
#=~?
|
|
#>~?
|
|
#@~?
|
|
#A~?
|
|
#Z~?
|
|
#[~?
|
|
#\~?
|
|
#]~?
|
|
#^~?
|
|
#_~?
|
|
#`~?
|
|
#a~?
|
|
#z~?
|
|
#{~?
|
|
#|~?
|
|
#}~?
|
|
#~~?
|
|
EOF
|
|
EXPECT=<<EOF
|
|
EOF
|
|
RUN
|
|
|
|
NAME=hash_subcommands_not_noop
|
|
FILE=-
|
|
CMDS=<<EOF
|
|
?! `#! ~?`
|
|
?v
|
|
?! `#? ~? `
|
|
?v
|
|
?! `#a ~? `
|
|
?v
|
|
EOF
|
|
EXPECT=<<EOF
|
|
0
|
|
0
|
|
0x0
|
|
0
|
|
EOF
|
|
RUN
|