This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
radare2
Watch
1
Star
0
Fork
0
You've already forked radare2
mirror of
https://github.com/radareorg/radare2.git
synced
2024-12-04 03:11:28 +00:00
Code
Issues
Actions
6
Packages
Projects
Releases
Wiki
Activity
victor
radare2
/
test
/
db
/
cmd
/
bug_backtick
8 lines
70 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Imports Tests from radare2-regressions (#15546)
2019-12-08 14:31:14 +00:00
NAME=t/bug_backtick
FILE=-
tree-sitter: support iter commands (#16111) ##core * radare2-shell-parser: shrink to single-command output when substituing Before this patch, when substituing arguments the entire input string was considered, making the process potentially slow if the input was long. With this patch, substitute_args and parse_args work on a shrinked version of the input, which includes only the current command. Not only it improves performance, but it also prevents issues where other non-related parts of the input string could be replaced during apply_edits. * radare2-shell-parser: implement some iter commands * Add support for number_command and recursive help * cmd_ignbithints should be set everywhere for consistency * Save rnum->value before doing a cmd substitution * Update radare2-shell-parser to fix null deref in html_disable_command
2020-03-03 11:42:38 +00:00
BROKEN=1
Move CMDS= before EXPECT= in tests (#16417) * 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>
2020-04-05 12:56:06 +00:00
CMDS=p8 3`~`
Imports Tests from radare2-regressions (#15546)
2019-12-08 14:31:14 +00:00
EXPECT=<<EOF
EOF
RUN
Reference in New Issue
Copy Permalink