hush/shell/hush_test/hush-parsing/noeol2.tests
Denis Vlasenko 1a7358612f hush: fix a bit different instance of "No EOL" bug,
add testsuite for that. Expand another testsuite.
2007-05-23 00:32:25 +00:00

7 lines
62 B
Plaintext
Executable File

# last line has no EOL!
if true
then
echo 1
else
echo 2
fi