nushell/tests/fixtures/partial_completions
Wind 58cf0c56f8
add some completion tests (#12908)
# 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
..
final_partial Fish-like completions for nested directories (#10543) 2023-10-03 06:44:51 +13:00
partial_a add some completion tests (#12908) 2024-05-23 10:47:06 +08:00
partial_b Fish-like completions for nested directories (#10543) 2023-10-03 06:44:51 +13:00
partial_c Fish-like completions for nested directories (#10543) 2023-10-03 06:44:51 +13:00