quote3.tests 159 B

12345678
  1. if test $# = 0; then
  2. exec "$THIS_SH" quote3.tests abc "d e"
  3. fi
  4. echo 'Testing: in $empty""'
  5. empty=''
  6. for a in $empty""; do echo ".$a."; done
  7. echo Finished