mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-08 06:59:39 +08:00
Added and fixed checkes related to "$@"/$*
This commit is contained in:
1
goodcase/forargs
Normal file
1
goodcase/forargs
Normal file
@@ -0,0 +1 @@
|
||||
for f in "$@"; do echo "$f"; done
|
1
goodcase/fornoin
Normal file
1
goodcase/fornoin
Normal file
@@ -0,0 +1 @@
|
||||
for f; do echo "$f"; done
|
3
goodcase/heredoc
Normal file
3
goodcase/heredoc
Normal file
@@ -0,0 +1,3 @@
|
||||
cat << FOO
|
||||
test
|
||||
FOO
|
Reference in New Issue
Block a user