summaryrefslogtreecommitdiff
path: root/shell/msh_test/msh-parsing/quote3.tests (plain)
blob: 075e7857010e1267fc24c0a17f4c927039c64f51
1if test $# = 0; then
2 exec "$THIS_SH" quote3.tests abc "d e"
3fi
4
5echo 'Testing: in $empty""'
6empty=''
7for a in $empty""; do echo ".$a."; done
8echo Finished
9