mirror of
https://github.com/nushell/nushell
synced 2025-01-26 03:45:19 +00:00
Typo
This commit is contained in:
parent
bd240c654b
commit
bbc09c5bd1
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ fn external_args_with_quoted(prefix: &str) {
|
|||
|
||||
// don't use template for this once since echo with no prefix is an internal command
|
||||
// and arguments flags are treated as arguments to run-external
|
||||
// (but wrapping them in quotes defeats the point of thest )
|
||||
// (but wrapping them in quotes defeats the point of test)
|
||||
#[cfg(not(windows))]
|
||||
#[test]
|
||||
fn external_arg_with_option_like_embedded_quotes() {
|
||||
|
|
Loading…
Reference in a new issue