assignment2.tests 115 B

1234
  1. # This must not be interpreted as an assignment
  2. a''=b true
  3. echo $?
  4. # (buglet: $? should be 127. it is currently 1)