repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix spelling errors in comments of testcases
[git.git]
/
t
/
chainlint
/
bash-array.test
blob
92bbb777b82af05900f9c53d0202b70064526439
1
(
2
foo &&
3
# LINT: ")" in Bash array assignment not misinterpreted as subshell-closing ")"
4
bar=(gumbo stumbo wumbo) &&
5
baz
6
) &&
7
(
8
foo &&
9
# LINT: Bash array length operator not misinterpreted as comment
10
bar=${#bar[@]} &&
11
baz
12
)