space_in_varexp1.tests 64 B

123456
  1. a=b
  2. a=${a:+$a }c
  3. echo "1:'$a'"
  4. a=b
  5. a="${a:+$a }c"
  6. echo "2:'$a'"