mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-13 15:41:14 -03:00
rename ACCEPT_INCOMPLETE to FOR_COMPLETIONS, which is clearer
This commit is contained in:
@@ -1435,7 +1435,7 @@ static void test_expand()
|
||||
expand_test(L"a*", EXPAND_SKIP_WILDCARDS, L"a*", 0,
|
||||
L"Cannot skip wildcard expansion");
|
||||
|
||||
expand_test(L"/bin/l\\0", ACCEPT_INCOMPLETE, 0,
|
||||
expand_test(L"/bin/l\\0", FOR_COMPLETIONS, 0,
|
||||
L"Failed to handle null escape in expansion");
|
||||
|
||||
expand_test(L"foo\\$bar", EXPAND_SKIP_VARIABLES, L"foo$bar", 0,
|
||||
|
||||
Reference in New Issue
Block a user