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