mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-12 16:13:19 -07:00
Added some test cases, not all of which are supported yet
This commit is contained in:
parent
cde1e2966f
commit
a7afa32075
22 changed files with 28 additions and 0 deletions
4
goodcase/ifcommand
Normal file
4
goodcase/ifcommand
Normal file
|
@ -0,0 +1,4 @@
|
|||
if file foo 2>&1 | grep lol 2> /dev/null
|
||||
then
|
||||
echo cow
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue