mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-11 00:06:19 +00:00
187f314c49
* Unwrap quoted strings when passing args to newer handlers ##newshell When a user wraps an argument, it means like in SH that he wants the command to consider the argument as one single arg, even if composed by multiple words. The same applies for r2newshell. So far we did not unwrap quoted strings to maintain compatibility with old shell, but doing this unwrapping is one of the nice feature of newshell. * Add tests for quoting/unquoting * Adjust tests with `w` for newshell/oldshell