We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051da8a commit 90fe8dcCopy full SHA for 90fe8dc
test/lib/search.bats
@@ -39,7 +39,14 @@ function local_teardown {
39
40
@test "search: git" {
41
run _bash-it-search 'git' --no-color
42
- assert_line -n 0 ' aliases: git gitsvn '
+
43
+ assert_line -n 0 -p ' aliases:'
44
+ for alias in 'git' 'gitsvn' 'git-zsh'
45
+ do
46
+ echo $alias
47
+ assert_line -n 0 -p $alias
48
+ done
49
50
assert_line -n 1 -p ' plugins:'
51
for plugin in "autojump" "git" "gitstatus" "git-subrepo" "jgitflow" "jump"
52
do
0 commit comments