var_nested2.tests 95 B

12
  1. # the bug was easier to trigger in one-liner form
  2. a=a; b=b; f() { a=A; b=B; }; a= f; echo $a$b