hush: expand quote3.tests and move from hush-bugs to hush-parsing
[oweals/busybox.git] / shell / hush_test / hush-parsing / noeol2.tests
1 # last line has no EOL!
2 if true
3 then
4   echo 1
5 else
6   echo 2
7 fi