aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-parsing/noeol2.tests
blob: 1220f056fc97b510ab7b15825ba94e0fbcd3da34 (plain)
1
2
3
4
5
6
7
# last line has no EOL!
if true
then
  echo 1
else
  echo 2
fi