nushell/tests/fixtures
zc he 74f62305b2
fix(completion): more quoting for file_completion/directory_completion (#15299)
# Description

Found inconsistent behaviors of `directory_completion` and
`file_completion`, https://github.com/nushell/nushell/issues/13951

https://github.com/nushell/reedline/pull/886

Also there're failing cases with such file names/dir names `foo(`,
`foo{`, `foo[`.
I think it doesn't harm to be more conservative at adding quotes, even
if it might be unnecessary for paired names like `foo{}`.

# User-Facing Changes

# Tests + Formatting

Adjusted

# After Submitting
2025-03-15 15:17:59 +01:00
..
completions Remove trailing slash from symlink completion (issue #13275) (#14667) 2024-12-27 13:45:52 +02:00
cp use uutils/coreutils cp command in place of nushell's cp command (#10097) 2023-09-08 13:57:38 -05:00
dotnu_completions refactor(completion): flatten_shape -> expression for internal/external/operator (#15086) 2025-02-23 13:47:49 -05:00
eval Exit early when encountering parsing errors (#10213) 2023-09-05 14:36:37 +02:00
external_completions/path refactor(completion): flatten_shape -> expression for internal/external/operator (#15086) 2025-02-23 13:47:49 -05:00
formats Bump Calamine (#14403) 2024-11-21 20:31:14 +08:00
lsp fix(lsp): find_id for custom def in custom def (#15289) 2025-03-12 07:35:28 -05:00
partial_completions fix(completion): more quoting for file_completion/directory_completion (#15299) 2025-03-15 15:17:59 +01:00
quoted_completions fix(completion): more quoting for file_completion/directory_completion (#15299) 2025-03-15 15:17:59 +01:00