2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-30 22:03:35 +00:00
nushell/tests/fixtures
Wind 58cf0c56f8
add some completion tests ()
# Description
```nushell
❯ ls
╭───┬───────┬──────┬──────┬──────────╮
│ # │ name  │ type │ size │ modified │
├───┼───────┼──────┼──────┼──────────┤
│ 0 │ a.txt │ file │  0 B │ now      │
╰───┴───────┴──────┴──────┴──────────╯

❯ ls a.
NO RECORDS FOUND
```

There is a completion issue on previous version, I think @amtoine have
reproduced it before. But currently I can't reproduce it on latest main.
To avoid such regression, I added some tests for completion.

---------

Co-authored-by: Antoine Stevan <44101798+amtoine@users.noreply.github.com>
2024-05-23 10:47:06 +08:00
..
completions Fix completions for directories with hidden files () 2024-02-26 12:14:19 -06:00
cp use uutils/coreutils cp command in place of nushell's cp command () 2023-09-08 13:57:38 -05:00
eval Exit early when encountering parsing errors () 2023-09-05 14:36:37 +02:00
formats Msgpack commands () 2024-04-26 06:23:16 -05:00
lsp Send LSP Completion Item Kind () 2024-03-24 20:14:12 -05:00
partial_completions add some completion tests () 2024-05-23 10:47:06 +08:00
quoted_completions Fix file completions which contains glob pattern () 2024-02-08 06:42:50 +08:00