Tweaked some messages and added more badcases

This commit is contained in:
Vidar Holen
2012-11-04 21:44:48 -08:00
parent 279e972b61
commit 67d27ea42d
22 changed files with 60 additions and 16 deletions

7
badcase/badindenting Normal file
View File

@@ -0,0 +1,7 @@
# Caution, white space sensitive file!
if true
then
cat <<- FOO
Some text
FOO
fi