brace2.tests 72 B

12345
  1. v='{q,w}'
  2. # Should not brace-expand v value
  3. echo $v
  4. echo "$v"
  5. echo Done