msh: create testsuite (based on hush one)
hush: add TODO (doesn't know ":" command)
This commit is contained in:
7
shell/msh_test/msh-parsing/noeol2.tests
Executable file
7
shell/msh_test/msh-parsing/noeol2.tests
Executable file
@ -0,0 +1,7 @@
|
||||
# last line has no EOL!
|
||||
if true
|
||||
then
|
||||
echo 1
|
||||
else
|
||||
echo 2
|
||||
fi
|
Reference in New Issue
Block a user