clap/clap_complete/tests/testsuite
jporwal05 34291a2b46 fix: (fish-completion) Help for value enum
Resolves #5101

- The completion of value enums now displays accurate help text
- This fix encloses help text in single quotes
- Any text after tab is taken as help text
- Comma in help text is not escaped
- This is because the the help text is now treated as literal
- No variable expansion or command substitution in help text
2023-09-07 17:54:28 +05:30
..
bash.rs test(complete): Rename fixture to avoid ambiguity 2023-07-28 13:54:02 -05:00
common.rs test(complete): Register bash dynamic completions 2023-07-28 13:28:30 -05:00
dynamic.rs test(complete): Help for possible value 2023-08-07 14:02:57 +07:00
elvish.rs test(complete): Rename fixture to avoid ambiguity 2023-07-28 13:54:02 -05:00
fish.rs fix: (fish-completion) Help for value enum 2023-09-07 17:54:28 +05:30
general.rs refactor(complete): Merge test binaries for better parallelism 2023-07-20 20:06:08 -05:00
main.rs refactor(complete): Merge test binaries for better parallelism 2023-07-20 20:06:08 -05:00
powershell.rs refactor(complete): Merge test binaries for better parallelism 2023-07-20 20:06:08 -05:00
zsh.rs test(complete): Rename fixture to avoid ambiguity 2023-07-28 13:54:02 -05:00