nushell/tests/shell/pipeline/commands
Ian Manske 70c01bbb26
Fix raw strings as external argument (#12817)
# Description
As discovered by @YizhePKU in a
[comment](https://github.com/nushell/nushell/pull/9956#issuecomment-2103123797)
in #9956, raw strings are not parsed properly when they are used as an
argument to an external command. This PR fixes that.

# Tests + Formatting
Added a test.
2024-05-10 07:50:31 +08:00
..
external.rs Fix raw strings as external argument (#12817) 2024-05-10 07:50:31 +08:00
internal.rs Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
mod.rs Externals now spawn independently. (#1230) 2020-01-16 04:05:53 -05:00