aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-parsing/brace2.tests
blob: ef75f0b70bca91269cd65e5be12f069d886306a2 (plain)
1
2
3
4
5
v='{q,w}'
# Should not brace-expand v value
echo $v
echo "$v"
echo Done