[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 736fa43e9f79c9b6c5a317e2843e1f0e26b6a575
Freddy Vulto
fvulto at gmail.com
Sat Dec 12 11:09:28 UTC 2009
The following commit has been merged in the master branch:
commit 736fa43e9f79c9b6c5a317e2843e1f0e26b6a575
Author: Freddy Vulto <fvulto at gmail.com>
Date: Sat Dec 12 12:08:07 2009 +0100
(testsuite) Fix comment
diff --git a/test/unit/_count_args.exp b/test/unit/_count_args.exp
index c96bdee..48e4cea 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
--
bash-completion
More information about the Bash-completion-commits
mailing list