nushell/tests/shell
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
..
environment Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
pipeline Fix raw strings as external argument (#12817) 2024-05-10 07:50:31 +08:00
mod.rs Avoid taking unnecessary ownership of intermediates (#12740) 2024-05-04 00:53:15 +00:00
repl.rs Fix merging child stack into parent (#12426) 2024-04-06 15:03:22 +00:00