rizin/test/db/cmd/cmd_hash
seanachao a2f8631b6c
Change -, --, = argument and = command meaning (#930)
* Swap = & - R (#615)&(#616)
* Fix R replace =
2021-04-21 16:20:24 +08:00

43 lines
No EOL
246 B
Text

NAME=hash_comments_noop
FILE==
CMDS=<<EOF
# ~?
# ~?
#"~?
##~?
#$~?
#%~?
#&~?
#(~?
#)~?
#*~?
#+~?
#,~?
#-~?
#.~?
#/~?
#0~?
#:~?
#;~?
#<~?
#=~?
#>~?
#@~?
#A~?
#Z~?
#[~?
#\~?
#]~?
#^~?
#_~?
#`~?
#a~?
#z~?
#{~?
#|~?
#}~?
#~~?
EOF
EXPECT=<<EOF
EOF
RUN