(testsuite) Fix comment
This commit is contained in:
parent
bf1d64153f
commit
736fa43e9f
@ -59,7 +59,7 @@ assert_bash_list 1 $cmd $test
|
|||||||
sync_after_int
|
sync_after_int
|
||||||
|
|
||||||
|
|
||||||
set test "a b -c d| should set args to 2"; # | = cursor position
|
set test "a b -c| d should set args to 2"; # | = cursor position
|
||||||
set cmd {COMP_WORDS=(a b -c d); COMP_CWORD=3; COMP_LINE='a b -c d'; COMP_POINT=6; _count_args; echo -n $args}
|
set cmd {COMP_WORDS=(a b -c d); COMP_CWORD=3; COMP_LINE='a b -c d'; COMP_POINT=6; _count_args; echo -n $args}
|
||||||
assert_bash_list 2 $cmd $test
|
assert_bash_list 2 $cmd $test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user