diff --git a/test/unit/_count_args.exp b/test/unit/_count_args.exp index c96bdeea..48e4cea7 100644 --- a/test/unit/_count_args.exp +++ b/test/unit/_count_args.exp @@ -59,7 +59,7 @@ assert_bash_list 1 $cmd $test 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} assert_bash_list 2 $cmd $test